euc {bioDist} | R Documentation |
Calculate pairwise Euclidean distances for all columns of a matrix and save as a 'dist' object
euc(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet, then the function uses its 'exprs' slot. |
... |
arguments passed to euc :
diag upper |
Pairwise Euclidean distance object
Beiying Ding
spearman.dist
, tau.dist
,
man
,KLdist.matrix
,KLD.matrix
,
mutualInfo
x <- matrix(rnorm(200), nrow = 5) euc(x)