View source: R/check_daisie_data.R
check_daisie_data | R Documentation |
daisie_data
(i.e. a DAISIE
datalist
) is valid.
Will stop if not.Check if a daisie_data
(i.e. a DAISIE
datalist
) is valid.
Will stop if not.
check_daisie_data(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
|
nothing
this function would better fit in the DAISIE package
Richèl J.C. Bilderbeek
daisie_mainland_data <- sim_island_with_mainland(
total_time = 1,
m = 100,
island_pars = c(1, 1, 50, 0.1, 1),
mainland_ex = 0.5,
mainland_sample_prob = 1,
mainland_sample_type = "complete",
replicates = 1,
verbose = FALSE
)
ideal_multi_daisie_data <- daisie_mainland_data$ideal_multi_daisie_data
daisie_data <- ideal_multi_daisie_data[[1]]
check_daisie_data(daisie_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.