addEffort | R Documentation |
Add effort column to catch data.
addEffort(catch, effort, same.effort)
catch |
|
effort |
|
same.effort |
whether to use the same effort data for all stocks. |
If same.effort = TRUE
then the effort data for stock$All
is
used for all stocks.
If same.effort = FALSE
then the catch and effort data are paired by
year and stock.
Data frame like catch
but with the additional column effort
.
Arni Magnusson.
merge
is the underlying function used to merge the two data
frames.
addDriors
adds a driors column to stocks.
SOFIA-package
gives an overview of the package.
## Not run: addEffort(catch, effort, same.effort=TRUE) addEffort(catch, effort, same.effort=FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.