plotTree.blcTree: Plot a Beta RPMM Tree Dendrogram

Description Usage Arguments Details

View source: R/betaRPMM.R

Description

Alternate plot function for objects of type blcTree: plots a dendrogram

Usage

1
2
plotTree.blcTree(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 blcTree for example.


RPMM documentation built on May 2, 2019, 2:52 p.m.

Related to plotTree.blcTree in RPMM...