revCustomMatrixDist | R Documentation |
Reverse a symetric data.frame (or matrix). Specifically designed for symetric distance matrix. Diagonal is identity, i.e. the distance on the diagonal is 0 (each object is the least distant to itself)
revCustomMatrixDist(x, replacement = 1)
x |
numeric data.frame or matrix |
replacement |
numeric. Default 1 (to replace -Inf due to division by 0) |
numeric data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.