plotTreeStructure {semtree} | R Documentation |
Plot tree structure
Description
Plots the structure of a semtree object. This function is
similar to plot.semtree
, but it does not print the parameter values in
the leaf nodes and labels the leaf nodes instead.
Usage
plotTreeStructure(tree, type = 2, no.plot = FALSE, ...)
Arguments
tree |
a semtree object. |
type |
Type of plot. See |
no.plot |
logical value; if TRUE structure of the tree is printed to the console. |
... |
additional arguments passed to |
Author(s)
Manuel Arnold
[Package semtree version 0.9.20 Index]