distRcpp | R Documentation |
calculate Euclidean distances between rows of matrix X
distRcpp(X)
X |
data matrix |
distance matrix
x <- matrix(rnorm(100), nrow = 5) distRcpp(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.