Skip to content

Commit

Permalink
Update bbox_sampler.R
Browse files Browse the repository at this point in the history
  • Loading branch information
caravagn authored Nov 17, 2023
1 parent b67c280 commit 3906777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bbox_sampler.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' sim$add_genotype(name = "A", growth_rates = 0.08, death_rates = 0.01)
#' sim$place_cell("A", 500, 500)
#' sim$run_up_to_time(60)
#' bbox = bbox_sampler(sim, "A", ncells = 15, n_w = 5, n_h = 5)
#' bbox = bbox_sampler(sim, "A", n = 15, n_w = 5, n_h = 5)
#' sim$sample_cells("A", bbox$p, bbox$q)
#' plot_tissue(sim)
bbox_sampler = function(simulation, which, n, n_w, n_h, nattempts = 100)
Expand Down

0 comments on commit 3906777

Please sign in to comment.