View source: R/plot.phylo_divent.R
plot.phylo_divent | R Documentation |
Plot objects of class "phylo_divent" produced by as_phylo_divent, that are phylogenetic trees.
## S3 method for class 'phylo_divent'
plot(x, ...)
x |
An object of class "phylo_divent". |
... |
Arguments passed to stats::plot.dendrogram. |
NULL
. Called for side effects.
# Paracou plot 6 species taxonomy
tree <- as_phylo_divent(paracou_6_taxo)
plot(tree, leaflab = "none")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.