NB {epimdr} | R Documentation |
Function to simulate the Nicholson-Bailey Parasit-host model
NB(R, a, T = 100, H0 = 10, P0 = 1)
R |
the host repruductive rate |
a |
the parasite 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
sim= NB(R=1.1,a=0.1)