plot.lcm_tree | R Documentation |
plots the groups discovered by lcm_tree on the tree for observations.
## S3 method for class 'lcm_tree' plot( x, layout = "circular", colnames_offset_y = 0, font_size = 4, heatmap_width = 1, add_scale = FALSE, ... )
x |
An |
layout |
layout for the tree, by default it is |
colnames_offset_y |
default is |
font_size |
default is |
heatmap_width |
default is |
add_scale |
logical; add a scale for the branch lengths; default to |
... |
Not used. |
A plot showing the groups discovered by MOReTreeS on the original leaf_ids tree.
# See vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.