Par.init | R Documentation |
This function is used to predict the initial Biomass Dynamic Model parameters as input to do the estimation in the latter process.
It also works to check the result of estimated parameters by plotting the data, whether the data and estimated parameter is fitted.
Par.init(K, B0, r, q, df, res = TRUE)
K |
surplus production parameters which represents carrying capacity |
B0 |
surplus production parameters which represents biomass when no fishing activity has started |
r |
surplus production parameters which represents intrinsic growth rate |
q |
surplus production parameters which represents catchability coefficient |
df |
dataframe containing three columns; year, catch and unit of effort |
res |
option to show estimated data based on estimated surplus production input |
Hilborn, Ray, and Carl J. Walters, eds. Quantitative fisheries stock assessment: choice, dynamics and uncertainty. Springer Science & Business Media, 1992.
Par.init(K = 1000, B0 = 1000, r = 0.2, q = 0.00025, df = df.goodcontrast)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.