View source: R/daisie_data_to_tables.R
daisie_data_to_tables | R Documentation |
daisie_data
into a tabular formatConvert daisie_data
into a tabular format.
daisie_data_to_tables(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
|
DAISIE
and DAISIEmailand
data is messy and
contains multiple instances of data duplication,
due to, among others, historical reasons.
This function reduces the island history to tidy data without duplicates.
a list with these elements:
header
: general parameters of the results
see daisie_header_to_table
branching_times
: the branching times
colonists_general
: general info of each clade
see daisie_data_colonist_info_to_general_table
colonists_branching_times
: branching times per clade
see daisie_data_colonist_info_to_braching_times_table
colonisation_times
: times that the colonisations took place
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.