align.missing | R Documentation |
This function carries out a generalized procrustes superimposition on all fully complete specimens and produces a consensus configuration (using "Shapes" procGPA). Each incomplete specimen is then individually rotated and aligned with the consensus configuration based on any landmarks are available (using "Shapes" procOPA). Data is returned superimposed.
align.missing(X)
X |
An l X 2 (or 3) X n array of coordinate data, where n is the number of specimens and l is the number of landmarks. |
Returns An l X 2 (or 3) X n array of coordinate data
J. Arbour
Arbour, J. and Brown, C. 2014. Incomplete specimens in Geometric Morphometric Analyses. Methods in Ecology and Evolution 5(1):16-26.
MissingGeoMorph
data(dacrya)
## make some specimens incomplete
dac.miss<-missing.data(dacrya,remsp=0.2,land.vec=c(1,2,3,4,5,6))
## align all specimens
dac.aligned<-align.missing(dac.miss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.