Skip to contents

Fits a function that returns number of emigrating adults

Usage

fit_emi_thack()

Arguments

x

population of newly emerged adults

Value

number of emigrating adults

Details

A base emigration rate of 20% of newly emerged adults

References

Thackray, D.J., Diggle, A.J., Berlandier, F.A., Jones, R.A.C., Forecasting aphid outbreaks and epidemics of Cucumber mosaic virus in lupin crops in a Mediterranean-type environment. Virus Research, 100, 67-82 (2004)

See also

Examples

my_func <- EndoSim:::fit_emi_thack()
my_func(runif(10, 1, 100))
#>  [1]  2 17 12  3  0  9 10  6 15 15