nbmod: The Nicholson-Bailey model

View source: R/rfuncs.R

nbmodR Documentation

The Nicholson-Bailey model

Description

Function to simulate the Nicholson-Bailey Parasitoid-host model

Usage

nbmod(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

sim= nbmod(R=1.1,a=0.1)

epimdr2 documentation built on Dec. 28, 2022, 2:23 a.m.