plotTree.glcTree {RPMM} | R Documentation |
Plot a Gaussian RPMM Tree Dendrogram
Description
Alternate plot function for objects of type glcTree: plots a dendrogram
Usage
plotTree.glcTree(env, start = "r", labelFunction = NULL,
buff = 4, cex = 0.9, square = TRUE, labelAllNodes = FALSE, labelDigits = 1, ...)
Arguments
env |
Tree object to print |
start |
Note from which to start. Default=“r” for “root”. |
labelFunction |
Function for generating node labels. Useful for labeling each node with a value. |
buff |
Buffer for placing tree in plot window. |
cex |
Text size |
square |
Square dendrogram or “V” shaped |
labelAllNodes |
|
labelDigits |
Digits to include in labels, if |
... |
Other parameters to be passed to |
Details
This plots a dendrogram based on RPMM tree, with labels constructed from summaries of tree object.
See glcTree
for example.
[Package RPMM version 1.25 Index]