View source: R/plotTreeStructure.R
plotTreeStructure | R Documentation |
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.
plotTreeStructure(tree, type = 2, no.plot = FALSE, ...)
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 |
Manuel Arnold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.