mgc.dist.validator {mgc} | R Documentation |
Distance Matrix Validator
Description
A utility to validate a distance matrix.
Usage
mgc.dist.validator(
X,
is.dist = FALSE,
dist.xfm = mgc.distance,
dist.params = list(method = "euclidean"),
dist.return = NULL
)
Arguments
X |
is interpreted as:
|
is.dist |
a boolean indicating whether your |
dist.xfm |
if |
dist.params |
a list of trailing arguments to pass to the distance function specified in |
dist.return |
the return argument for the specified
|
Value
A distance matrix.
Author(s)
Eric Bridgeford