Description Usage Arguments Value See Also Examples
View source: R/DAISIE_plot_stt.R
Prepare input for DAISIE_stt
1 | DAISIE_convert_to_classic_plot(simulation_outputs, Tpars = NULL)
|
simulation_outputs |
A list with matrices? of simulation produced by DAISIE_sim. |
Tpars |
A named list containing diversification rates considering two trait states:
|
a list with wrangled data to be used for plotting STT plots with DAISIE_plot_stt
DAISIE_plot_stt
, DAISIE_plot_sims
1 2 3 4 | 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.