View source: R/daisie_data_to_tables.R
daisie_data_colonist_info_to_colonisation_times_table | R Documentation |
Convert the non-header part of a daisie_data
into a tabular format,
containing, for each colonist, the colonisation time.
daisie_data_colonist_info_to_colonisation_times_table(
daisie_data_colonist_info
)
daisie_data_colonist_info |
an element of a |
Due to the coding of DAISIE, this is not straightforward:
If there are no colonisations, an empty table is produced
If there is one colonisation, the second event_times
are used
(the first event_times
is the island age)
If there are two or more colonisations, the second event_times
in each all_colonisations
element is used
(the first event_times
is the island age)
a table with as much rows as colonisation times
Richèl J.C. Bilderbeek
use daisie_data_colonist_info_to_braching_times_table to obtain the branching times of the colonists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.