checkDIST | R Documentation |
check the type of dissimilarity matrix and convert it to a symmetric full matrix for the input of bmdsMCMC
and bmds
function
checkDIST(dist, ...)
dist |
dissimilarity measures for pairs of objects |
... |
arguments to be passed to methods |
a full matrix of dissimilarity measures
x <- matrix(rnorm(100), nrow = 5) dist(x) checkDIST(dist(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.