euc | R Documentation |
Calculate pairwise Euclidean distances and saves the result as a 'dist' object
euc(x, ...)
x |
n by p matrix or an object of a class that extends eSet; if x is a
matrix, pairwise distances are calculated between the rows of a matrix.
If x is an object of a class that extends eSet, the method makes use of the
'exprs' method and pairwise distances are calculated
between samples(columns) if |
... |
arguments passed to
|
The method calculates pairwise euclidean distances, assuming that all samples have the same number of observations
An object of class dist
with the pairwise Euclidean distance between rows
except in case of objects of class that extend eSet when sample
is
TRUE
Beiying Ding
spearman.dist
, tau.dist
,
man
,KLdist.matrix
,KLD.matrix
,
mutualInfo
x <- matrix(rnorm(200), nrow = 5)
euc(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.