lengthwidthsize: Converts pollinator body length*body width to body size (dry...

Description Usage Arguments Value References Examples

Description

Calculates body size as dry weight (mg) from the equations described by Sample (1993) and others using body length*body width values (mm).

Usage

1
lengthwidthsize(BLW, Eq = "DIP")

Arguments

BLW

A vector of fly body length*body width measurments (mm).

Eq

a vector of a predictive allometry for Diptera, Hymenoptera or Lepidoptera. Options implemented are:

Value

A dataframe with body size, as dry weight (mg) is returned for each specimen from selected equation.

References

Kendall et al. (2018) Pollinator size and its consequences: Predictive allometry for pollinating insects. <doi:10.1101/397604>

Sample et al. (1993) Estimation of insect biomass by length and width. American Midland Naturalist, 234-240.

Examples

1
lengthwidthsize(BLW=c(3,5,2), Eq = c("Brachycera"))

pollimetry documentation built on May 1, 2019, 7:31 p.m.