Description Usage Arguments Value
this function will create a distance object corresponding to the
dissimilarities between rows in a matrix X, or a matrix of
dissimilarities between the rows of matrices X and Y
1 |
X |
a matrix of numeric data | |||||||||||||||||||||||||||
Y |
a second matrix of numeric data, which must have the same number of
columns as | |||||||||||||||||||||||||||
method |
a character string that uniquely matches one of the following:
| |||||||||||||||||||||||||||
init.info |
some |
if is.null(Y), returns a distance object containing pairwise
dissimilarities between the points in X.
if is.matrix(Y), returns a nrow(X) by nrow(Y)
matrix containing pairwise dissimilarities between each point in X
and each point in Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.