Description Usage Arguments Details Value Author(s) References See Also Examples
Produces an image with the times of colonisation, branching times, clade name and clade status for all clades found in a given dataset.
1 | DAISIE_plot_island(island, island_age = NA)
|
island |
Island data object. Can be in DAISIE list format (see Galapagos_datalist and DAISIE_data_prep for examples) or in table format (see Galapagos_datatable for an example). |
island_age |
Age of island in appropriate units. In
|
R plot showing for each clade in the island object: time of colonisation, branching times, species status (endemic or non-endemic), total number of species in clade (n), number of species not sampled (m).
R plot.
Luis Valente
Valente, L.M., A.B. Phillimore and R.S. Etienne (2015). Equilibrium and non-equilibrium dynamics simultaneously operate in the Galapagos islands. Ecology Letters 18: 844-852.
DAISIE_sim_constant_rate
,
DAISIE_sim_time_dependent
,
DAISIE_sim_constant_rate_shift
,
DAISIE_plot_age_diversity
1 2 3 | ### Plot Galapagos islands dataset
utils::data(Galapagos_datalist)
DAISIE_plot_island(Galapagos_datalist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.