edd_plot_ltt: Generating LTT plot for a replicated edd simulation

View source: R/edd_plot.r

edd_plot_lttR Documentation

Generating LTT plot for a replicated edd simulation

Description

Function to generate lineages through time plot from raw data of a replicated edd simulation

Usage

edd_plot_ltt(
  raw_data = NULL,
  alpha = 0.05,
  save_plot = FALSE,
  path = NULL,
  annotation = TRUE,
  ribbon = TRUE,
  trans = "log10"
)

Arguments

raw_data

A list of results generated by edd simulation function

alpha

Resolution of the confidence interval

save_plot

true or false, to decide whether to save the plots to files

path

The path to save the plots

annotation

Logical, decide whether to add annotation to the plot

ribbon

Logical, decide whether to add ribbon of confidence interval to the plot

trans

Specify the transformation of the y axis

Value

an plot object

Author(s)

Tianjian Qin


EvoLandEco/eve documentation built on Sept. 14, 2024, 12:04 a.m.