powered by
A simple Ricker model
ricker(spawners, a, b)
Spawner abundance
Ricker productivity parameter. Recruits are e^a at the origin.
Ricker density dependent parameter.
Returns the number of recruits.
# NOT RUN { S <- seq(100, 1000, length.out = 100) R <- ricker(S, a = 1.9, b = 900) plot(S, R) # }
Run the code above in your browser using DataLab