edd_plot_stats: Generating boxplots of tree statistics

View source: R/edd_plot.r

edd_plot_statsR Documentation

Generating boxplots of tree statistics

Description

Function to generate boxplots showing the tree statistics e.g. Colless, J-One, B1, Gamma etc.

Usage

edd_plot_stats(
  raw_data = NULL,
  method = "treestats",
  save_plot = FALSE,
  path = NULL
)

Arguments

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

Value

an ggplot object

Author(s)

Tianjian Qin


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