salmon_run: Simulate Larkin model and plot results

View source: R/salmon_sim.R

salmon_runR Documentation

Simulate Larkin model and plot results

Description

Simulate Larkin model and plot results

Usage

salmon_run(..., new_plot = TRUE)

Arguments

...

Inputs for salmon_sim().

new_plot

Start a new plot or not.

Value

Plot of results, and matrix of results from salmon_sim().

Examples

## Not run: 
  salmon_run(alpha = 1.5,
             beta = c(0, 0.8, 0, 0),
             p_prime=c(0, 1, 0),
             T = 1000,
             deterministic = TRUE)# no densitity dependence on alternate
                                  #  years, so unconstrained increase in
                                  #  population

## End(Not run)

andrew-edwards/EDMsimulate documentation built on Oct. 25, 2023, 2:43 p.m.