DAISIE_plot_comparison_stts: Plot STT and overlay additional STT curves.

Description Usage Arguments Value Author(s) See Also

View source: R/DAISIE_plot_comparison_stts.R

Description

Plot STT and overlay additional STT curves.

Usage

1
2
3
4
5
6
7
DAISIE_plot_comparison_stts(
  time,
  plot_lists_simulations,
  plot_lists_simulations_MLE,
  type,
  kind_of_plot = "line"
)

Arguments

time

Numeric defining the length of the simulation in time units. For examples, 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_simulations

List with simulation output after parsing by DAISIE_prepare_data_plotting.

plot_lists_simulations_MLE

List with simulation output after parsing by DAISIE_prepare_data_plotting, but obtained by simulating MLE output.

type

String to indicate if stt of all species or all possible stt should be plotted. Default is "all_species", "type1_species" or "type2_species" should be plotted.

kind_of_plot

Character vector stating how STT plot resulting from MLE based simulations should be plotted. Default is "line" for multiple individual lines. Can also be "shade" for the 5% quantile.

Value

Standard DAISIE_plot_stt with overlaid additional STT curves for comparison.

Author(s)

Pedro Neves

See Also

DAISIE_plot_sims, DAISIE_plot_stt, DAISIE_convert_to_classic_plot


xieshu95/DAISIE_new documentation built on March 20, 2020, 5:31 a.m.