mgc.distance {mgc} | R Documentation |
Distance
Description
A function that returns a distance matrix given a collection of observations.
Usage
mgc.distance(X, method = "euclidean")
Arguments
X |
|
method |
the method for computing distances. Defaults to |
Value
a [n x n]
distance matrix indicating the pairwise distances between all samples passed in.
Author(s)
Eric Bridgeford
[Package mgc version 2.0.2 Index]