View source: R/DblCenterDist.R
DblCenterDist | R Documentation |
Double Center a distance matrix
DblCenterDist(Y)
Y |
a "distance" matrix, |
a cross-product matrix (if the distance is Euclidean)
Y <- toeplitz(c(0, 3, 3))
DblCenterDist(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.