Description Usage Arguments Details Value Author(s) Examples
Convenient wrapper for hierarchical clustering spatial coordinates.
1 | hclustDist(xy, method = "ward.D", dS = NULL)
|
xy |
A numeric array of spatial coordinates. |
method |
A character string specifying the hierarchical clustering method to be passed to stats::hclust. |
dS |
An optional numeric value specifying the denominator to be used in down-scaling each value of input xy. |
hclustDist returns results from hierarchical clustering using the stats::hclust() function.
Returns an object of class *hclust*, see stats::hclust.
Bjorn J. Brooks
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.