View source: R/interclustdist.R
interclustdist | R Documentation |
Calculates the distance between pairs of cluster centroids, given a distance matrix and a cluster vector.
interclustdist(x, cluster)
x |
A site-by-site data matrix or an object of class |
cluster |
A vector indicating the hard membership of each object in |
An object of class dist
containing the distances between cluster centers.
Miquel De Cáceres, CREAF
##TO BE DONE##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.