powered by
aphylo
Plot and print methods for aphylo objects
# S3 method for aphylo plot( x, y = NULL, prop = 0.15, node.type.col = c(dupl = "black", other = "gray"), node.type.size = c(dupl = 0, other = 0), rect.args = list(), as_ci = NULL, ... )
In the case of plot.aphylo, NULL.
plot.aphylo
NULL
An object of class aphylo.
Ignored.
Numeric scalar between 0 and 1. Proportion of the device that the annotations use in plot.aphylo.
Vectors of length 2. In the case of node.type.col the color of the duplication and other nodes. node.type.size sets the size of circles.
node.type.col
node.type.size
List of arguments passed to graphics::rect.
Integer vector. Internal use only.
Further arguments passed to ape::plot.phylo.
The plot.aphylo function is a wrapper of ape::plot.phylo.
Other aphylo methods: aphylo-class
aphylo-class
set.seed(7172) atree <- raphylo(20) plot(atree)
Run the code above in your browser using DataLab