Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/DAISIE_plot_age_diversity.R
Plots clade age against clade diversity for all clades for which colonisation time is known.
1 2 | DAISIE_plot_age_diversity(island, title = "Clade age vs clade diversity",
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) |
title |
Title of the plot |
island_age |
If island input is in table format, the age of the island must be specified. If island input is in DAISIE list format, this option will override the island age specified in the island list. |
R plot showing for each clade in the island object the time of colonisation and the diversity of the clade. Only clades for which colonisation time is known are plotted. Blue - endemic; black - non-endemic. C = number of independent colonisations on island, N = number of species on the island
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.
1 2 3 4 5 |
### Plot Galapagos age-diversity for Galapagos dataset
utils::data(Galapagos_datalist)
DAISIE_plot_age_diversity(Galapagos_datalist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.