plot.Procrustes {MultBiplotR} | R Documentation |
Plots an object of class "Procrustes"
Description
Plots Simple Procrustes Analysis
Usage
## S3 method for class 'Procrustes'
plot(x, F1=1, F2=2, ...)
Arguments
x |
Object of class "Procrustes" |
F1 |
First dimenssion of the plot |
F2 |
Second dimenssion of the plot |
... |
Additional parameters for graphical representations |
Details
Graphical representation of an Orthogonal Procrustes Analysis.
Value
No value is returned
Author(s)
Jose Luis Vicente-Villardon
See Also
Examples
data(spiders)
dist=BinaryProximities(spiders)
pco=PrincipalCoordinates(dist)
plot(pco)
[Package MultBiplotR version 23.11.0 Index]