View source: R/DAISIE_plot_stt.R
DAISIE_convert_to_classic_plot | R Documentation |
Prepare input for DAISIE_stt
DAISIE_convert_to_classic_plot(simulation_outputs, trait_pars = NULL)
simulation_outputs |
A list with matrices and vectors of simulation produced by DAISIE_sim functions. |
trait_pars |
A named list containing diversification rates considering
two trait states created by
|
a list with wrangled data to be used for plotting STT plots with DAISIE_plot_stt
DAISIE_plot_stt
, DAISIE_plot_sims
utils::data("islands_1type_1000reps", package = "DAISIE") simulation_outuputs <- DAISIE:::DAISIE_convert_to_classic_plot( islands_1type_1000reps )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.