edd_plot_mus | R Documentation |
Function to generate a plot showing the transition of extinction rates of each lineage
edd_plot_mus(
raw_data = NULL,
rep_id = 1,
save_plot = FALSE,
path = NULL,
deviation = FALSE,
annotation = TRUE
)
raw_data |
a list of results generated by edd simulation function |
rep_id |
specify the id of replication to plot |
save_plot |
Logical, whether save to file or return a ggplot object |
path |
The path to save the plots |
deviation |
Logical, whether plot the deviation of extinction rates |
annotation |
Logical, whether plot the annotation of parameters |
an ggplot object
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.