Learn R Programming

provenance (version 0.1)

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

Examples

Run this code
DZ <- read.DZdata(system.file("DZ.csv",package="provenance"))
HM <- read.HMdata(system.file("HM.csv",package="provenance"))
GPA <- procrustes(DZ,HM)
plot(GPA)

Run the code above in your browser using DataLab