Skip to contents

Within-Group allometry corrected SShD calculation

Usage

StratSShD.allom(Strata, Coords, Size, Sex, zeroed = TRUE)

Arguments

Strata

A character or factor vector giving the factor by which we wish to divide individuals into groups before calculating SShD

Coords

Two-dimensional array of coordinates from geometric morphometric analysis (see two.d.array() in geomorph for correct formatting)

Size

A numerical vector giving the size of each individual as a scalar quantity

Sex

A character or factor vector recording sex for each individual as 'm' or 'f'

zeroed

a logical value stating whether you wish to correct the SShD for the variation among individuals regardless of sex (defaults to TRUE)

Examples

StratSShD(Strata, Coords, Sex, T)
#> Error in StratSShD(Strata, Coords, Sex, T): unused argument (T)
StratSShD(Strata, Coords, Sex, zeroed = FALSE)
#> Error in StratSShD(Strata, Coords, Sex, zeroed = FALSE): unused argument (zeroed = FALSE)