[Experimental]

Function uses bilat.symmetry to calculate fluctuating asymmetry (FA) component for each template. FA score is calculated as distance between FA component and mean symmetric shape

calc_fageo(data, mirroredlandmarks)

Arguments

data

facefuns object or three-dimensional array of dimensions p, k, and n

mirroredlandmarks

Vector specifying index of mirrored landmarks

Value

Returns tibble containing ID and FA values

Examples

data(LondonSet_aligned) data(mirroredlandmarks) calc_fageo(LondonSet_aligned, mirroredlandmarks)
#> # A tibble: 102 x 2 #> id fa.geo #> <chr> <dbl> #> 1 001 0.0701 #> 2 002 0.0875 #> 3 003 0.0505 #> 4 004 0.0673 #> 5 005 0.0444 #> 6 006 0.0574 #> 7 007 0.0446 #> 8 008 0.0470 #> 9 009 0.0526 #> 10 010 0.0598 #> # … with 92 more rows