powered by
Get age based indices of abundance by species, survey and year.
getIndices(survey, year, quarter, species)
A data frame.
the survey acronym, e.g. NS-IBTS.
the year of the survey, e.g. 2010.
the quarter of the year the survey took place, i.e. 1, 2, 3 or 4.
the aphia species code for the species of interest.
getDATRAS supports querying many years and quarters in one function call.
getDATRAS
getHHdata and getCAdata get haul data and age-based data.
getHHdata
getCAdata
icesDatras-package gives an overview of the package.
icesDatras-package
if (FALSE) { haddock_aphia <- icesVocab::findAphia("haddock") index <- getIndices(survey = "NS-IBTS", year = 2002, quarter = 3, species = haddock_aphia) str(index) }
Run the code above in your browser using DataLab