TasselDistanceMatrix
objectsmds.Rd
Perform multidimensional scaling (MDS) on
TasselDistanceMatrix
objects.
mds(distMat, nAxes = 5, removeNaN = TRUE)
A TasselDistanceMatrix
object.
The number of axes or dimensions and associated eigenvalues to
be returned by the analysis. Defaults to 5
.
Remove NaNs
from matrix before performing MDS.
Defaults to TRUE
.
A DataFrame
object.