stockFishdata {icesSAG} | R Documentation |
Create a data.frame of fish stock data
Description
This function is a wrapper to data.frame(...)
in which the names are forced to match with
the names required for the SAG database. See http://dome.ices.dk/datsu/selRep.aspx?Dataset=126
for more details.
Usage
stockFishdata(Year, ...)
Arguments
Year |
a vector of years. |
... |
additional information, e.g. Recruitment, StockSize, Landings, ... |
Value
A data.frame, where all names are valid column names in the SAG database.
Author(s)
Colin Millar.
Examples
stockFishdata(Year = 1990:2017, Catches = 100)
[Package icesSAG version 1.4.1 Index]