Description Usage Arguments Value Author(s) References See Also Examples
Produces STT plots. If only one type of species is present in the simulated islands, STT is plotted for all species. If two types are present, three plots are produced: STT for all, STT for type 1 and STT for type 2.
R plots with number of total, endemic and non-endemic STTs for different types of species for the entire time span the islands were simulated. 2.5-97.5th percentiles are plotted in light grey, 25-75th percentiles plotted in dark grey.
1 2 | DAISIE_plot_sims(island_replicates, use_dev_new = TRUE,
plot_plus_one = TRUE)
|
island_replicates |
Island replicates in DAISIE format (produced in
|
use_dev_new |
Boolean to indicate to use |
plot_plus_one |
Boolean to indicate to plot all values plus one.
Set to |
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 6 7 8 9 10 11 12 13 14 | ### Plot islands with single process (only one type of species)
utils::data(islands_1type_1000reps)
DAISIE_plot_sims(
island_replicates = islands_1type_1000reps,
use_dev_new = FALSE
)
### Plot island with type 1 and type 2
utils::data(islands_2types_1000reps)
DAISIE_plot_sims(
island_replicates = islands_2types_1000reps,
use_dev_new = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.