Description Usage Arguments Value Examples
fishery - generates vectors of year, catch, effort, and cpue This permits a summary of the basic fishery characteristics within a data.frame or matrix. It requires the columns to be labelled.
1 | fishery(indat, years = "Year", catch = "catch", effort = "effort", cpue = "CE")
|
indat |
the input data.frame or matrix |
years |
the name of the year factor; defaults to "Year" |
catch |
the name of the catch variable; defaults to "catch" |
effort |
the name of effort variable; defaults to "effort" |
cpue |
the name of the cpue variable; defaults to "CE" |
a matrix with columns Year, Catch, Effort, Bias Corrected geometric mean CPUE, the naive geometric means, the arithemtic mean CPUE, and the number of records
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.