euc {bioDist} | R Documentation |
Calculate pairwise Euclidean distances for all columns of a matrix and save as a 'dist' object
euc(x, diag = FALSE, upper = FALSE)
x |
n by p matrix |
diag |
if TRUE, diagonal of the distance matrix will be displayed |
upper |
if TRUE, upper triangle of the distance matrix will be displayed |
Pairwise Euclidean distance object
Beiying Ding
spearman.dist
, tau.dist
,
man
,KLdist.matrix
,KLD.matrix
,
mutualInfo
x <- matrix(rnorm(200), nrow=5) euc(x)