Skip to contents

Extract labels data frame from tree object for plotting using ggplot.

Usage

tree_labels(model, uniform, ...)

Arguments

model

object of class "tree", e.g. the output of tree()

...

ignored

Value

a list with two elements: $labels and $leaf_labels

Author

Code modified from original by Brian Ripley