fig5.4: Density Independent Stochastic Model Demonstration

View source: R/fig5.4.R

fig5.4R Documentation

Density Independent Stochastic Model Demonstration

Description

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.

Usage

fig5.4(mu = 0.05, sigma = 0.05, viewcode = FALSE)

Arguments

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

Examples

# 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)


tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.