fig5.4 | R Documentation |
Generate and plot (Figure 5.4) 20 versions of the density independent stochastic model, with specified mean log-lambda (mu) and standard deviation (sigma). Each line is a unique model outcome.
fig5.4(mu = 0.05, sigma = 0.05, viewcode = FALSE)
mu |
the mean of the log-lambdas (default to 0.05) |
sigma |
the standard deviation of the log-lambdas (default to 0.05) |
viewcode |
TRUE or FALSE (default) indicating whether to print the function code |
# View Figure 5.4
fig5.4()
# View with more inter-annual variation in the log-lambdas
fig5.4(mu = 0.05, sigma = 0.1)
#' # View the code
fig5.4(viewcode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.