fgsProcrustes: Full Generalized Procrustes alignment between shapes with...

View source: R/core-ldk-procrustes.R

fgsProcrustesR Documentation

Full Generalized Procrustes alignment between shapes with sliding landmarks

Description

Directly wrapped around geomorph::gpagen.

Usage

fgsProcrustes(x)

Arguments

x

Ldk object with some $slidings

Value

a list

Note

Landmarks methods are the less tested in Momocs. Keep in mind that some features are still experimental and that your help is welcome.

Source

See ?gpagen in geomorph package

See Also

Other procrustes functions: fProcrustes(), fgProcrustes(), pProcrustes()

Examples

ch <- chaff %>% slice(1:5) # for the sake of speed
chaffp <- fgsProcrustes(ch)
chaffp
chaffp %>% PCA() %>% plot("taxa")

vbonhomme/Momocs documentation built on Nov. 13, 2023, 8:54 p.m.