InfoHH: Function InfoHH gives the information on Sweep lengths for...

View source: R/InfoHH.R

InfoHHR Documentation

Function InfoHH gives the information on Sweep lengths for the years selected Data are taken directly from DATRAS getting all the data from DATRAS using function getHHdata from library(icesDatras)

Description

Function InfoHH gives the information on Sweep lengths for the years selected Data are taken directly from DATRAS getting all the data from DATRAS using function getHHdata from library(icesDatras)

Usage

InfoHH(Survey, years, quarter, country = NA, getICES = T)

Arguments

Survey:

either the Survey to be downloaded from DATRAS (see details), or a data frame with the HH information with the DATRAS HH format and the years and quarter selected in years and quarter

years:

years to be downloaded and used, had to be available in DATRAS. The time series will be ploted in grey dots, last year in yellow, it depends on the order of years, not the actual chronological year.

quarter:

the quarter of the survey to be ploted

country:

The country chosen to be plotted (checks if it's available in the HH file)

getICES:

Should the data be downloaded from DATRAS? If T, default, the data are taken from DATRAS through the icesDATRAS package. If F it analyzes the HH dataframe just with the available years independently of the years and quarter asked for.

Details

Surveys available in DATRAS: i.e. NS-IBTS, SWC-IBTS, ROCKALL, NIGFS, IE-IGFS, SP-PORC, FR-CGFS, EVHOE, SP-NORTH, PT-IBTS and SP-ARSA

Value

Produces a graph with WingSpread vs. Depth. it also includes information on the ship, the time series used, the models and parameters estimated.

Examples

InfoHH(Survey="SWC-IBTS",years=c(2011:2016),quarter=4)
InfoHH(damb,c(2014:2016),4,getICES=F)

Franvgls/NeAtlIBTS documentation built on June 13, 2022, 6:26 p.m.