interclustdist {vegclust} | R Documentation |
Distance between pairs of cluster centroids
Description
Calculates the distance between pairs of cluster centroids, given a distance matrix and a cluster vector.
Usage
interclustdist(x, cluster)
Arguments
x |
A site-by-site data matrix or an object of class |
cluster |
A vector indicating the hard membership of each object in |
Value
An object of class dist
containing the distances between cluster centers.
Author(s)
Miquel De Cáceres, CREAF
[Package vegclust version 2.0.3 Index]