ITtongue: Converts IT measures tongue length for bees.

Description Usage Arguments Value References Examples

View source: R/ITtongue.R

Description

Calculates tongue length (mm) from Cariveau et al. (2015) using intertegular distance values (IT).

Usage

1
ITtongue(IT, family, mouthpart = "all")

Arguments

IT

A vector of bee intertegular spans (IT) measurments in cm.

family

a vector of bee families. Only implemented 5 out of the extant 7 families: "Andrenidae", "Apidae", "Colletidae", "Halictidae", "Megachilidae".

mouthpart

The mouth part you are interested in. Options are "all", glossa", "prementum" and "tongue" (i.e. gloss + prementum)

Value

A dataframe with bee tongue length (mm) is returned for each bees species.

References

Cariveau, Nayak, Bartomeus, Zientek, Ascher, Winfree (2015) The allometry of bee tongue length an its uses in ecology and evolution

Examples

1
2
ITtongue(c(10,5,2), family = c("Andrenidae", "Apidae", "Colletidae"))
ITtongue(c(10,5,2), family = c("Andrenidae", "Apidae", "Colletidae"), mouthpart = "tongue")

ibartomeus/BeeIT documentation built on Nov. 23, 2020, 10:15 a.m.