plot.treeshape {apTreeshape} | R Documentation |
Plot method for objects of class "treeshape"
.
## S3 method for class 'treeshape': plot(x, y, ...)
x |
An object of class "treeshape" . |
y |
An object of class "treeshape" . |
... |
Further arguments to be passed to plot() . |
If two trees are specified, they are plotted on the same window. This option is provided is order to facilitate the comparison between two trees.
A null value is returned. Results are displayed on graphical window.
Michael Blum <michael.blum@imag.fr>
Nicolas Bortolussi <nicolas.bortolussi@imag.fr>
Eric Durand <eric.durand@imag.fr>
Olivier Francois <olivier.francois@imag.fr>
plot
for the basic plotting function in R
## Visual representation of the universal tree of life provided in data data(universal.treeshape) plot(universal.treeshape) ## Visual representation of two trees at the same time data(carnivora.treeshape) plot(carnivora.treeshape, cutreeshape(carnivora.treeshape, 8, "bottom"))