cmdscale {cops} | R Documentation |
cmdscale
for S3 classWrapper to cmdscale
for S3 class
cmdscale(d, k = 2, eig = TRUE, ...)
d |
a distance structure such as that returned by 'dist' or a full symmetric matrix containing the dissimilarities |
k |
the maximum dimension of the space which the data are to be represented in |
eig |
indicates whether eigenvalues should be returned. |
... |
additional parameters passed to cmdscale. See |
See cmdscale
. This wrapper only adds an extra slot to the list with the call, adds column labels to the $points and assigns S3 class 'cmdscale'