Learn R Programming

ctmva (version 1.6.0)

procrustes.mds.ct: Procrustes transformation for continuous-time multidimensional scaling

Description

Matches classical principal coordinates to continuous-time principal coordinates produced by mds.ct, via Procrustes transformation.

Usage

procrustes.mds.ct(obj, points, coord = NULL)

Value

The output of procrustes.

Arguments

obj

an object of class "mds.ct"

points

matrix of classical principal coordinates, e.g. as produced by cmdscale

coord

which coordinates to transform.

Author

Philip Tzvi Reiss <reiss@stat.haifa.ac.il>

See Also

procrustes.plot.mds

Examples

Run this code
# see call to plot.procrustes.ct in mds.ct example

Run the code above in your browser using DataLab