| cmdsFit-class {htSeqTools} | R Documentation |
Classical Multi-Dimensional Scaling Fit. Function
cmds creates object of this class.
Objects can be created by calls of the form new("cmdsFit", ...).
points:Object of class "matrix" with (x,y)
coordinates in the approximated space.
d:Object of class "matrix" with original
distances between individuals.
dapprox:Object of class "matrix" with
distances between individuals in the approximated space.
R.square:Percentage of variability in d
explained by dapprox (object of class "numeric")
There are show and plot methods defined for this class.
David Rossell
cmdscale from package base.
showClass("cmdsFit")