View source: R/create_daisie_data.R
create_daisie_data | R Documentation |
Converts simulation output into island output
create_daisie_data(
total_time,
island_tbl,
mainland_clade,
mainland_sample_prob,
mainland_sample_type
)
total_time |
Numeric defining the length of the simulation in time units. |
island_tbl |
Data frame with current state of simulation containing
number of species, see |
mainland_clade |
Data frame with state of mainland, see
|
mainland_sample_prob |
Numeric between zero and one determining the probability of an extant mainland species being sampled. |
mainland_sample_type |
String either "unsampled" for unsampled known species on the mainland, "undiscovered" for undiscovered species on the mainland, or "complete" if the mainland sampling probability is one. |
List with the island information, composed of branching times of extant species, status of species on the island and number of missing species.
Joshua W. Lambert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.