powered by
check the type of dissimilarity matrix and convert it to a symmetric full matrix for the input of bmdsMCMC and bmds function
bmdsMCMC
bmds
checkDIST(dist, ...)
a full matrix of dissimilarity measures
dissimilarity measures for pairs of objects
arguments to be passed to methods
x <- matrix(rnorm(100), nrow = 5) dist(x) checkDIST(dist(x))
Run the code above in your browser using DataLab