create_island_mutual: Convert simulation output into island species interaction...

View source: R/create_island_mutual.R

create_island_mutualR Documentation

Convert simulation output into island species interaction data

Description

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.

Usage

create_island_mutual(stt_table, total_time, island_spec)

Value

A list containing the following elements:

stt_table

A table showing species through time.

clades_info_plant

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.

clades_info_animal

Similar to 'clades_info_plant', this dataset contains information on animal species clades, including branching times, current status, and number of missing species.


Yangshen0325/specmutual documentation built on Feb. 19, 2025, 10:36 p.m.