Learn R Programming

provenance (version 0.5)

plot.GPA: Plot a Procrustes configuration

Description

Plots the group configuration of a Generalised Procrustes Analysis

Usage

## S3 method for class 'GPA':
plot(x, ...)

Arguments

x
an object of class GPA
...
optional arguments to the generic plot function

See Also

procrustes

Examples

Run this code
data(Namib)
GPA <- procrustes(Namib$DZ,Namib$HM)
plot(GPA)

Run the code above in your browser using DataLab