View source: R/DAISIE_plot_stt.R
DAISIE_plot_stt | R Documentation |
Create the Species-Through-Time plot. This is used to visualize the output of DAISIE_sim functions
DAISIE_plot_stt(
plot_plus_one = TRUE,
time,
plot_lists = plot_lists,
type = type
)
plot_plus_one |
Boolean to indicate to plot all values plus one.
Set to |
time |
Numeric defining the length of the simulation in time units. For example, if an island is known to be 4 million years old, setting time = 4 will simulate the entire life span of the island; setting time = 2 will stop the simulation at the mid-life of the island. |
plot_lists |
List of lists containing average and quantile species through time. |
type |
String to indicate if stt of all species or all possible stt
should be plotted. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.