edd_plot_tree: Plotting a tree for a selected parameter set

View source: R/edd_plot.r

edd_plot_treeR Documentation

Plotting a tree for a selected parameter set

Description

Function to plot a tree for a selected parameter set

Usage

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
)

Arguments

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

Value

an plot object

Author(s)

Tianjian Qin


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