shipunov (version 1.5)

Hcoords: Plot bootstrap values on 'hclust' plot

Description

This function calculate coordinates for each 'hclust' node. Inspired by pvclust::hc2axes()

Usage

Hcoords(hcl)

Arguments

hcl

hclust object

See Also

Bclust

Examples

Run this code
# NOT RUN {
head(Hcoords(hclust(dist(iris[, -5]))))

# }

Run the code above in your browser using DataLab