View source: R/rank_estimates.R
hclust_points | R Documentation |
A helper function to cluster_estimates. Given a numeric integer vector, constructs a self-by-self dissimilarity matrix. Applies hclust to this matrix to identify clusters within the input vector. Output is passed back to cluster_estimates.
hclust_points(points)
points |
numeric vector of integrers containing values to be clustered. |
object as returned by hclust on a self-by-self distance matrix constructed from the supplied points vector.
cluster_estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.