plot.ptree {TransPhylo} | R Documentation |
Plotting for ptree
## S3 method for class 'ptree'
plot(x, ...)
x |
Object of class ptree, ie a phylogenetic tree |
... |
Additional parameters are passed on to ape::plot.phylo |
Plot of ptree
plot(ptreeFromPhylo(ape::rtree(5),2020))