lengthsize | R Documentation |
Calculates body size as dry weight (mg) from existing allometries (See 'Details') using body length values (mm).
lengthsize(BL, Eq = "DIP")
BL |
A vector of pollinator body length (BL) measurements (mm). |
Eq |
A vector specificing which predictive allometry to use. Acronyms denote first (and second author), publication date and taxon. DIP, HYM and LEP options are cases where authors modelled body size across all specimens within each order.
Options implemented are:
Hymenoptera
Lepidoptera
|
A dataframe with pollinator body size (mg) is returned for each species from selected equation/s.
Full reference list provided within 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")}.
lengthsize(BL=c(10,5,2), Eq = c("S80DCR"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.