Description Usage Arguments Value Examples
View source: R/21_projections.R
Generates several projections, stochasticity is in the number of catches from year to year
1 2 3 4 5 6 7 8 9 |
NOut |
number of simulations |
ConstantBycatch |
Mean and CV of number of animals killed as bycatch per year (assumed lognormal) |
ConstantRateBycatch |
Mean and CV of bycatch rate (assumed normal) |
InitDepl |
initial depletion. If obs_CV>0, this is the mean depletion. |
lh.params |
- life history parameters as a list. The list must include S0, S1plus, K1plus, AgeMat, nages, z, and lambdaMax |
nyears |
number of years to do projections |
obs_CV |
observation CV. Default to 1 for simple projections |
list of outputs from simulations: params contains parameter values for each trajectory as a matrix; trajectories contains simulation outputs as a matrix; fishing.rates contain the bycatch rates for each year in each simulation as a matrix; InitDepl returns the initial depletion for the projections; ConstantBycatch provides Catch (total individuals killed in bycatch events per year) and CV of Catch (if the user has specified bycatch as a constant number); ConstantRateBycatch contains Bycatch Rate (additional mortality from bycatch each year) and CV of ByCatch rate. Other parameters are the same as in the dynamics() function.
1 2 3 4 5 | projections(NOut = 3, ConstantRateBycatch = list(Rate = 0.01, CV = 0.3),
InitDepl = 0.8,
lh.params = list(S0=0.944,S1plus=0.99,
K1plus=9000,AgeMat=18,nages=20,z= 2.39,lambdaMax=1.02),
nyears = 50, obs_CV = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.