food_intake: Food intake estimation

Description Usage Arguments Value Author(s) References Examples

View source: R/food_intake.R

Description

Computes pest consumption estimations based on body mass of predators, digestion efficincy and average energy content of predators.

Usage

1
food_intake(avgmass,minmass,maxmass,efficiency,avgenergy,minenergy,maxenergy,iterations)

Arguments

avgmass

Average body mass of the predator (grams).

sdmass

Standard deviation of the body mass of the predator (grams).

avgenergy

Average energy content of the prey (kJ/g).

sdenergy

Standard deviation of the energy content of the prey (kJ/g).

efficiency

Digestion efficiency of the predator (percentage).

constanta

Digestion efficiency of the predator (percentage).

constantb

Digestion efficiency of the predator (percentage).

iterations

Number of iterations (default 100).

Value

A value (if one iteration) or vector (if multiple iterations) of prey consumption estimations.

Author(s)

Antton Alberdi, anttonalberdi@gmail.com

References

Alberdi, A., Gilbert, M.T.P. (2019). A guide to the application of Hill numbers to DNA-based diversity analyses. Molecular Ecology Resources, 19, 804-817.

XXXXXX

Examples

1
2

anttonalberdi/p3mapper documentation built on April 15, 2020, 11:41 p.m.