Description Usage Arguments Details Value Examples
This function just a wrapper for ggdendro's
dendro_data
(look at help(dendro_data.tree)
),
with slight modifications.
1 | dfCompile.tree(x, type = c("proportional", "uniform"))
|
x |
tree object from the package tree |
type |
type of tree visualization you would like back. If "uniform" the length for each split is the same, otherwise based on the change of impurity ("proportional"). |
a data frame containing the line segment data
a data frame containing the label text data
a data frame containing the leaf label text data
returns a list of 3 data frames, see details
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.