Learn R Programming

TransPhylo (version 1.4.5)

plot.ptree: Plotting for ptree

Description

Plotting for ptree

Usage

# S3 method for 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

Run this code
# NOT RUN {
plot(ptreeFromPhylo(ape::rtree(5),2020))
# }

Run the code above in your browser using DataLab