Learn R Programming

icesDatras (version 1.4.1)

getCPUEAge: Get CPUE per Age per Haul per Hour for a given Survey, year and Quarter

Description

Get CPUE per Age per Haul per Hour for a given Survey, year and Quarter

Usage

getCPUEAge(survey, year, quarter)

Value

A data frame.

Arguments

survey

the survey acronym, e.g. NS-IBTS.

year

the year of the survey, e.g. 2010.

quarter

the quarter of interest, e.g. 1

Author

Adriana Villamor.

See Also

getHHdata and getCAdata get haul data and age-based data., and getIndices, and getCPUELength.

icesDatras-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
getCPUEperAge(survey = "NS-IBTS", year = 2018, quarter = 1)
}

Run the code above in your browser using DataLab