Description Usage Arguments Value Examples
Function to simulate the Nicholson-Bailey Parasitoid-host model
1 | NB(R, a, T = 100, H0 = 10, P0 = 1)
|
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 |
A list of simulated Host and Parasitoid numbers
1 | sim= NB(R=1.1,a=0.1)
|
Loading required package: shiny
Loading required package: deSolve
Loading required package: polspline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.