Project population forward pyears given current numbers-at-age and total mortality, etc for the future years
popdynCPP(
nareas,
maxage,
Ncurr,
pyears,
M_age,
Asize_c,
MatAge,
WtAge,
FecAge,
Vuln,
Retc,
Prec,
movc,
SRrelc,
Effind,
Spat_targc,
hc,
R0c,
SSBpRc,
aRc,
bRc,
Qc,
Fapic,
maxF,
MPA,
control,
SSB0c,
SRRfun,
SRRpars,
plusgroup = 0L,
spawn_time_frac = 0
)
The number of spatial areas
The maximum age
A numeric matrix (maxage+1, nareas) with current numbers-at-age in each area
The number of years to project the population forward
Numeric matrix (maxage+1, pyears) with natural mortality by age and year
Numeric vector (length nareas) with size of each area
Numeric vector with proportion mature by age
Numeric matrix (maxage+1, pyears) with weight by age and year
Numeric matrix (maxage+1, pyears) with mature female weight by age and year
Numeric matrix (maxage+1, pyears) with vulnerability by age and year
Numeric matrix (maxage+1, pyears) with retention by age and year
Numeric vector (pyears) with recruitment error
Numeric array (nareas by nareas) with the movement matrix
Integer indicating the stock-recruitment relationship to use (1 for Beverton-Holt, 2 for Ricker)
Numeric vector (length pyears) with the fishing effort by year
Integer. Spatial targeting
Numeric. Steepness of stock-recruit relationship
Numeric vector of length nareas with unfished recruitment by area
Numeric vector of length nareas with unfished spawning per recruit by area
Numeric. Ricker SRR a value by area
Numeric. Ricker SRR b value by area
Numeric. Catchability coefficient
Numeric. Apical F value
A numeric value specifying the maximum fishing mortality for any single age class
Spatial closure by year and area
Integer. 1 to use q and effort to calculate F, 2 to use Fapic (apical F) and vulnerability to calculate F.
Optional. A stock-recruit function used if SRrelc =3
Optional. A named list of arguments for SRRfun
Integer. Include a plus-group (1) or not (0)?
Numeric. Fraction of the year when spawning occurs. Default = 0.
A. Hordyk