edd_plot_stats | R Documentation |
Function to generate boxplots showing the tree statistics e.g. Colless, J-One, B1, Gamma etc.
edd_plot_stats(
raw_data = NULL,
method = "treestats",
save_plot = FALSE,
path = NULL
)
raw_data |
a list of results generated by edd simulation function |
method |
Specify which package to be used to calculate calculate statistics |
save_plot |
Logical, whether save to file or return a ggplot object |
path |
The path to save the plots |
an ggplot object
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.