Plots an object of class "Procrustes"
Plots Simple Procrustes Analysis
## S3 method for class 'Procrustes' plot(x, F1=1, F2=2, ...)
x
: Object of class "Procrustes"F1
: First dimenssion of the plotF2
: Second dimenssion of the plot...
: Additional parameters for graphical representationsGraphical representation of an Orthogonal Procrustes Analysis.
No value is returned
Jose Luis Vicente-Villardon
BinaryProximities
data(spiders) dist=BinaryProximities(spiders) pco=PrincipalCoordinates(dist) plot(pco)
Useful links