procrustes | R Documentation |
Given a number of input datasets, this function performs an MDS
analysis on each of these and the feeds the resulting
configurations into the GPA()
function.
procrustes(...)
... |
a sequence of datasets of classes |
an object of class GPA
, i.e. a list containing the
following items:
points
: a two column vector with the coordinates of the
group configuration
labels
: a list with the sample names
Pieter Vermeesch
Gower, J.C. (1975). Generalized Procrustes analysis, Psychometrika, 40, 33-50.
GPA
data(Namib)
gpa1 <- procrustes(Namib$DZ,Namib$HM)
plot(gpa1)
data(SNSM)
gpa2 <- procrustes(SNSM$ap)
plot(gpa2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.