dendextend (version 1.8.0)

dendextend_labels.dendrogram: Labels of the Leaves in a Dendrogram

Description

This is the same function as labels.dendrogram. It is used inside dendextend_options, and thus allows the function to be updated when loading the dendextendRcpp package.

Usage

dendextend_labels.dendrogram(object, ...)

Arguments

object
...

not used.

Value

A vector with length equal to the number of leaves in the dendrogram is returned. From r <- order.dendrogram(), each element is the index into the original data (from which the dendrogram was computed).

See Also

labels.dendrogram

Examples

Run this code
# NOT RUN {
# stats:::labels.dendrogram

# }

Run the code above in your browser using DataCamp Workspace