plot_noncir | R Documentation |
plots the groups discovered by lcm_tree on the tree for observations.
plot_noncir( x, group.text.size = 4, group.text.offset = 0.1, legend.text.size = 10, layout = "rectangular", horizontal = FALSE, ... )
x |
An |
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. |
# See vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.