View source: R/plot.Procrustes.R
plot.Procrustes | R Documentation |
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 plot |
F2 |
Second dimenssion of the plot |
... |
Additional parameters for graphical representations |
Graphical 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.