Create a table of biology for assessment reporting: length, weight, % mature, fecundity, and selectivity
Source:R/table_biology.R
table_biology.Rd
Takes the object created by SS_output()
to create table for reporting
biology at age. This function was formerly known as SStablebiology()
but that older version is now deprecated.
Arguments
- replist
A list object created by
SS_output()
.- dir
Directory where the .rda files will be written. The default value is NULL where a table folder will be created where the Report.sso file is located associated with
replist
.- fleetnames
Optional replacement for fleetnames used in data file.
- selexyr
The year to summarize selectivity, the default is the final model year.
- verbose
A logical value specifying if output should be printed to the screen.
See also
Other table functions:
table_all()
,
table_compweight()
,
table_config()
,
table_exec_summary()
,
table_parcounts()
,
table_pars()
,
table_ts()