plot.ptree: Plotting for ptree

Description Usage Arguments Value Examples

View source: R/methods.R

Description

Plotting for ptree

Usage

1
2
## S3 method for class 'ptree'
plot(x, ...)

Arguments

x

Object of class ptree, ie a phylogenetic tree

...

Additional parameters are passed on to ape::plot.phylo

Value

Plot of ptree

Examples

1
plot(ptreeFromPhylo(ape::rtree(5),2020))

TransPhylo documentation built on April 20, 2021, 5:09 p.m.