foragedist: (Deprecated) Converts body weight to measures of foraging...

View source: R/foragedist.R

foragedistR Documentation

(Deprecated) Converts body weight to measures of foraging range for bees.

Description

'r lifecycle::badge("deprecated")' This function is now deprecated and has been superceded by 'foraging.range'

Calculates foraging range from Greenleaf et al. (2007) using intertegular distance (ITD) values, van Nieuwstadt and Iraheta (1996) using head width (HW) values for Meliponini (stingless bees) and Guedot et al. (2009) using dry weight (mg) values for Osmia species.

Usage

foragedist(x, type = "GreenleafAll")

Arguments

x

A vector of either bee intertegular spans (IT) measurements in mm, head width values in mm or dry weight values (mg).

type

The type of foraging range desired. Options are "GreenleafAll", GrMhd ("Maximum homing distance"), GrThd ("Typical homing distance"), GrMfd ("Maximum feeder training distance"), GrMcd("Maximum communication distance"),"Osmia", "MeliMR" , "MeliFT" or "MeliAll". See details in Greenleaf et al. (2007), Guedot et al. (2009) and van Nieuwstadt and Iraheta (1996).

Value

A dataframe with bee and foraging range (km) is returned for each bee species.

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

  • Greenleaf et al. (2007) Bee foraging ranges and their relationship to body size. Oecologia, 153, 589-596. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s00442-007-0752-9")}.

  • Guedot et al. (2009). Relationship between body size and homing ability in the genus Osmia (Hymenoptera; Megachilidae). Ecological Entomology, 34(1), 158-161. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/j.1365-2311.2008.01054.x")}.

  • van Nieuwstadt, M. G. L., & Iraheta, C. R. (1996). Relation between size and foraging range in stingless bees (Apidae, Meliponinae). Apidologie, 27(4), 219-228.

Examples

foragedist(c(10,5,2), type = "MeliMR")


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