View source: R/create_island_mutual.R
create_island_mutual | R Documentation |
This function processes the output of a simulation to generate a comprehensive overview of the species present on the island. It compiles the state of the ecosystem over time, detailing the branching events of extant species and their current statuses. The output includes information for both plant and animal species, facilitating further analyses of island biodiversity and interactions.
create_island_mutual(stt_table, total_time, island_spec)
A list containing the following elements:
A table showing species through time.
A structured dataset with information on plant species clades, including: branching times of extant species, current status on the island, and the number of missing species.
Similar to 'clades_info_plant', this dataset contains information on animal species clades, including branching times, current status, and number of missing species.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.