View source: R/headwidthsize.R
headwidthsize | R Documentation |
Calculates dry body weight (mg) using head width (mm) from Hodar (1997).
headwidthsize(HW, Eq = "H97DB")
HW |
A vector of head width measurements (mm). |
Eq |
a vector of predictive allometries for insect taxa from Hodar (1997). Options implemented are: H97DB (Brachycera), H97DN (Nematocera), H97HA (Hymenoptera), H97LH (Heterocera) and H97LR (Rhopalocera). |
A dataframe with pollinator 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")}.
Hodar, J. A. (1997). The use of regresion equations for the estimation of prey length and biomass in diet studies of insectivore vertebrates. Miscellania Zoologica, 20(2), 1-10.
headwidthsize(HW=c(10,5,2), Eq = c("H97DB"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.