plot.treeClust {treeClust} | R Documentation |
Plot treeClust object
Description
Plot a picture of a treeClust object. This picture shows the deviance ratio on the vertical axis, scaled to have maximum 1, and the tree index on the horizontal. Each point is shown by a digit (or digits) giving the size of the tree.
Usage
## S3 method for class 'treeClust'
plot(x, extended, ...)
Arguments
x |
Object of class treeClust |
extended |
Logical. If TRUE, include all variables, even those whose trees were dropped. Otherwise only include variables whose trees were kept. Default TRUE. |
... |
Other arguments to be passed to the plot function. |
Value
None. The side effect is that the plot is produced on the current device.
[Package treeClust version 1.1-7 Index]