Create the Species-Through-Time plot. This is used to visualize
the output of DAISIE_sim
1 2 | DAISIE_plot_stt(plot_plus_one = FALSE, time, stt_q0.025_all,
stt_q0.25_all, stt_average_all, stt_q0.75_all, stt_q0.975_all)
|
plot_plus_one |
Boolean to indicate to plot all values plus one.
Set to |
time |
the time span simulated |
stt_q0.025_all |
STT 2.5% quantile.
Must be a data frame with columns name |
stt_q0.25_all |
STT 25% quantile
Must be a data frame with columns name |
stt_average_all |
STT average
Must be a data frame with columns name |
stt_q0.75_all |
STT 75% quantile
Must be a data frame with columns name |
stt_q0.975_all |
STT 97.5% quantile
Must be a data frame with columns name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.