edd_plot_balance: Generating boxplots of tree balance indices

edd_plot_balanceR Documentation

Generating boxplots of tree balance indices

Description

Function to generate boxplots showing the tree balance indices (Sackin, Colless and Blum indices)

Usage

edd_plot_balance(
  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.