Last data update: 2014.03.03

R: Estimate mean shape for a set of aligned specimens
mshapeR Documentation

Estimate mean shape for a set of aligned specimens

Description

Estimate the mean shape for a set of aligned specimens

Usage

mshape(A)

Arguments

A

An array (p x k x n) containing GPA-aligned coordinates for a set of specimens

Details

The function estimates the average landmark coordinates for a set of aligned specimens. It is assumed that the landmarks have previously been aligned using Generalized Procrustes Analysis (GPA) [e.g., with gpagen]. This function is described in Claude (2008).

Author(s)

Julien Claude

References

Claude, J. 2008. Morphometrics with R. Springer, New York.

Examples

data(plethodon) 
Y.gpa<-gpagen(plethodon$land)    #GPA-alignment   

mshape(Y.gpa$coords)   #mean (consensus) configuration

Results