nectarload: Converts bee body length (mm) to total field nectar load...

View source: R/nectarload.R

nectarloadR Documentation

Converts bee body length (mm) to total field nectar load (ul).

Description

Calculates total field nectar load (ul) using body length (mm) from Henry & Rodet (2008).

Usage

nectarload(BL)

Arguments

BL

vector of body length measurements (mm).

Value

A dataframe with bee total field nectar load (ul) is returned for each specimen.

References

  • 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")}.

  • Henry, M., & Rodet, G. (2018). Controlling the impact of the managed honeybee on wild bees in protected areas. Scientific reports, 8(1), 9308. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/s41598-018-27591-y")}.

Examples

nectarload(BL=c(10,5,2))

liamkendall/pollimetry documentation built on April 28, 2023, 2:09 a.m.