tree_labels | R Documentation |
Extract labels data frame from tree object for plotting using ggplot.
tree_labels(model, uniform, ...)
model |
object of class "tree", e.g. the output of tree() |
... |
ignored |
a list with two elements: $labels and $leaf_labels
Code modified from original by Brian Ripley
ggdendrogram()
Other tree functions:
dendro_data.tree()
,
get_data_tree_leaf_labels()
,
tree_segments()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.