fgsProcrustes {Momocs} | R 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 |
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")
[Package Momocs version 1.4.1 Index]