RPMM (version 1.20)

plotTree.glcTree: 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
TRUE=All nodes will be labeled; FALSE=Terminal nodes only.
labelDigits
Digits to include in labels, if labelFunction returns numeric values.
...
Other parameters to be passed to labelFunction.

Details

This plots a dendrogram based on RPMM tree, with labels constructed from summaries of tree object. See glcTree for example.