View source: R/nicholsonBailey.R
nicholsonBailey | R Documentation |
This function simulates the dynamics of the Nicholson Bailey Host Parasitoid model, plots Fig. 4.9, and returns the Jacobian matrix, dominant eigenvalue and eigenvalue magnitude
nicholsonBailey(perturb = 1.01, viewcode = FALSE)
perturb |
is a multiplier that is used to perturb the model away from equilibrium. The default 1.01 perturbs by 1 percent away from equilibrium |
viewcode |
TRUE or FALSE (default) indicating whether to print the function code |
a list object containing jacobian matrix, dominant eigenvalue, and eigenvalue magnitude
# generate plot with equivalent to Fig 4.9
nicholsonBailey()
# generate a plot with larger perturbation away from equilibrium
nicholsonBailey(perturb = 1.05)
#view commands
nicholsonBailey(viewcode = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.