TARGET.K | R Documentation |
Calculate a target K for the bisection method
TARGET.K(r_max, K, N1, z, num_Yrs, start_yr, target.Pop, catches,
MVP = 0)
r_max |
The maximum net recruitment rate ($r_max$). |
K |
Pre-expoitation population size in numbers or biomass (depending on input). |
N1 |
Population size in numbers or biomass at year 1 (generally assumed to be K). |
z |
Generalized logistic shape parameter, determines population size where productivity is masimum (assumed to be 2.39 by the ISC SC). |
num_Yrs |
The number of projection years. Set as the last year in the catchor abundance series whichever is most recent, minus the start year. |
start_yr |
First year of the projection (assumed to be the first year in the catch series). |
target.Pop |
Target population size. |
catches |
Catch time series. Cannot include NAs, |
MVP |
Minimum Viable Population Size; '4 * num.haplotypes' |
Vector of differences between predicted population and target population.
TARGET.K(r_max, K, N1, z, start_yr=start_yr, num_Yrs=bisection.Yrs,
target.Pop=target.Pop, catches=catches, MVP=MVP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.