getTree {MST} | R Documentation |
Extract initial or best-sized tree
Description
This function extracts the tree based on the split penalty.
Usage
getTree(mstObj, Ga = c("0", "2", "3", "4", "log_n"))
Arguments
mstObj |
The output from the MST fit |
Ga |
The split penalty |
Value
The tree of object class "constparty"
Author(s)
Peter Calhoun <calhoun.peter@gmail.com>
See Also
[Package MST version 2.2 Index]