View source: R/check_mainland_clade.R
check_mainland_clade | R Documentation |
mainland_clade
is valid.Check if an mainland_clade
is valid.
Will stop if not.
check_mainland_clade(mainland_clade)
mainland_clade |
Data frame with state of mainland, see
|
nothing
Joshua W. Lambert, Richèl J.C. Bilderbeek
set.seed(
2,
kind = "Mersenne-Twister",
normal.kind = "Inversion",
sample.kind = "Rejection"
)
multi_mainland_clade <- DAISIEmainland::sim_mainland(
total_time = 1,
m = 2,
mainland_ex = 1
)
mainland_clade <- multi_mainland_clade[[1]]
check_mainland_clade(mainland_clade)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.