plot.phylo_divent: Plot phylo_divent Objects

View source: R/plot.phylo_divent.R

plot.phylo_diventR Documentation

Plot phylo_divent Objects

Description

Plot objects of class "phylo_divent" produced by as_phylo_divent, that are phylogenetic trees.

Usage

## S3 method for class 'phylo_divent'
plot(x, ...)

Arguments

x

An object of class "phylo_divent".

...

Arguments passed to stats::plot.dendrogram.

Value

NULL. Called for side effects.

Examples

# Paracou plot 6 species taxonomy
tree <- as_phylo_divent(paracou_6_taxo)
plot(tree, leaflab = "none")


divent documentation built on April 3, 2025, 7:40 p.m.