edd_plot_tree | R Documentation |
Function to plot a tree for a selected parameter set
edd_plot_tree(
raw_data = NULL,
rep_id = stop("Please specify the id of the replicate to be plotted"),
drop_extinct = TRUE,
save_plot = FALSE
)
raw_data |
a list of results generated by edd simulation function |
rep_id |
the id of the replicate to be plotted |
drop_extinct |
Logical, decides whether to drop extinct lineages |
save_plot |
Logical, decides whether to save the plots to files |
an plot object
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.