View source: R/SS_write_EWAA.R
SS_write_EWAA | R Documentation |
This function writes an empirical weight-at-age file for stock synthesis
SS_write_EWAA(
age_classes,
years,
fleets,
seas,
catch_mean_wt_matrix,
surv_mean_wt_matrix,
fleet_month,
mat_vector,
recruit_size
)
age_classes |
the vector of age classes in the model |
years |
vector of years in the model |
fleets |
vector of fleets |
seas |
vector of seasons |
catch_mean_wt_matrix |
mu_weight object in grams |
surv_mean_wt_matrix |
mu_weight object in grams |
fleet_month |
vector of months (1-12) when sampling occurs |
mat_vector |
vector of maturity ogive, must be the same length as |
Christine Stawitz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.