edd_plot_ltt | R Documentation |
Function to generate lineages through time plot from raw data of a replicated edd simulation
edd_plot_ltt(
raw_data = NULL,
alpha = 0.05,
save_plot = FALSE,
path = NULL,
annotation = TRUE,
ribbon = TRUE,
trans = "log10"
)
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 |
an plot object
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.