View source: R/lengthwidthsize.R
lengthwidthsize | R Documentation |
Calculates body size as dry weight (mg) from the equations described by Sample (1993) and others using body length*body width values (mm).
lengthwidthsize(BLW, Eq = "DIP")
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: |
A dataframe with body size, as dry weight (mg) is returned for each specimen from selected equation.
Kendall et al. (2019) Pollinator size and its consequences: Robust estimates of body size in pollinating insects. Ecology and Evolution, 9(4), 1702-1714. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/ece3.4835")}.
Sample et al. (1993) Estimation of insect biomass by length and width. American Midland Naturalist, 234-240.
lengthwidthsize(BLW=c(3,5,2), Eq = c("Brachycera"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.