Description Usage Arguments Value See Also Examples
View source: R/plot.moretrees_result.R
plot.moretrees_result
plots the groups discovered by MOReTreeS
on the outcome tree.
1 2 3 4 |
x |
Output from |
group.text.size |
Text size for the group labels |
group.text.offset |
Offset of the group label from the leaves of the tree |
legend.text.size |
Text size for legend |
layout |
Layout for the tree, most likely "rectangular" (the default)
or "slanted", but see the |
horizontal |
If TRUE (the default), the tree will be plotted with the root node at the top and all other nodes below. If FALSE, the tree will be plotted with the root node to the left and all other nodes to the right. |
... |
Not used. |
A plot showing the groups discovered by MOReTreeS on the original outcome tree.
Other MOReTrees results: print.moretrees_result
,
print.summary.moretrees_compact
,
print.summary.moretrees_long
,
summary.moretrees_result
1 2 | # See vignette
vignette("moretrees")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.