Predator-Prey Lotka-Volterra model (with logistic prey)
predator.prey.model(grH = 1, kH = 10, mrH = 0.2, eff = 0.5,
mrA = 0.2, H0 = 1, A0 = 2, duration = 200, dt = 1,
method = "euler")
: relative rate of prey population growth
: environment carrying capacity for prey (number per ha)
: maximum predation rate (number per predator and per prey per day)
: efficiency, growth of predator population depending on predation (-)
: mortality of predator (-)
: size of population of prey, at time 0
: size of population of predator, at time 0
: simulation duration
: time step for integration
: integration method
data.frame with daily H and A