Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.Procrustes

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)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.