growth.func: Defines pollinator population growth function

Description Usage Arguments References

View source: R/growth.func.R

Description

Generic growth function for bees population according to the available resources, using the inverse logit function

Usage

1
growth.func(R, a, b, max)

Arguments

R

: the resources as a matrix

a

: the inflexion point in the logistic curve (i.e the median)

b

: the slope of the growth

max

: the asymptote

Nindiv

: the current population size as a matrix

References

Haeussler J, Sahlin U, Baey C, Smith HG, Clough Y (2017) Predicting pollinator population size and pollination ecosystem service responses to enhancing floral and nesting resources. Ecology and Evolution, 7: 1898-1908.http://dx.doi.org/10.1002/ece3.2765


yclough/ecodeal documentation built on May 14, 2019, 2:01 a.m.