any_recols | R Documentation |
Determines if the island contains any recolonisations that survived to the present
any_recols(daisie_data)
daisie_data |
a DAISIE A A The first element of the list has two or three components:
Then, depending on whether a distinction between types is made, we have:
or:
The remaining elements of
the
|
Boolean
## Not run:
island <- DAISIEmainland::sim_island_with_mainland(
total_time = 1,
m = 100,
island_pars = c(1, 1, 10, 0.1, 1),
mainland_ex = 0.1,
mainland_sample_prob = 1,
mainland_sample_type = "complete",
replicates = 2,
verbose = FALSE
)
bool <- any_recols(island$ideal_islands[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.