View source: R/check_island_tbl.R
check_island_tbl | R Documentation |
island_tbl
is valid.Check if an island_tbl
is valid.
Will stop if not.
check_island_tbl(island_tbl)
island_tbl |
Data frame with current state of simulation containing
number of species, see |
nothing
Richèl J.C. Bilderbeek, Joshua W. Lambert
set.seed(
2,
kind = "Mersenne-Twister",
normal.kind = "Inversion",
sample.kind = "Rejection"
)
mainland_clade <- DAISIEmainland:::create_test_mainland_clade(
mainland_scenario = 2
)
island_tbl <- DAISIEmainland:::sim_island(
total_time = 1,
island_pars = c(1, 1, 10, 1, 1),
mainland = mainland_clade,
mainland_sample_prob = 1,
mainland_sample_type = "complete"
)
check_island_tbl(island_tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.