NB: The Nicholson-Bailey model

Description Usage Arguments Value Examples

View source: R/rfuncs.R

Description

Function to simulate the Nicholson-Bailey Parasitoid-host model

Usage

1
NB(R, a, T = 100, H0 = 10, P0 = 1)

Arguments

R

the host reproductive rate

a

the parasitoid search efficiency

T

the length of simulation (number of time-steps)

H0

initial host numbers

P0

initial parasitoid numbers

Value

A list of simulated Host and Parasitoid numbers

Examples

1
sim= NB(R=1.1,a=0.1)

Example output

Loading required package: shiny
Loading required package: deSolve
Loading required package: polspline

epimdr documentation built on March 26, 2020, 7:41 p.m.

Related to NB in epimdr...