gearPlotHHNS.dodp: Function gearPlotHHNS.dodp Door Spread versus Depth for a...

View source: R/gearPlotHHNS.dodp.R

gearPlotHHNS.dodpR Documentation

Function gearPlotHHNS.dodp Door Spread versus Depth for a concrete country within the NS-IBTS survey

Description

Produces a DoorSpread vs. Depth plot and model with nls R function. Data are taken directly from DATRAS using function getHHdata from library(icesDatras) it only produces plots for surveys with HH files uploaded in DATRAS If there are two different sweeps in the data, produces a model for each sweep length.

Usage

gearPlotHHNS.dodp(
  Survey = "NS-IBTS",
  years,
  quarter,
  country,
  c.inta = 0.8,
  c.intb = 0.3,
  col1 = "darkblue",
  col2 = "steelblue2",
  getICES = T,
  pF = 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 steelblue2, it depends on the order of years, not the actual chronological year.

quarter:

the quarter of the survey to be plotted

country:

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

c.int:

the confidenc interval to be used in the confint function

c.inta:

the confidence interval to be used in the confint function for all data if only one sweep length, and for the short sweeps in case there are two

c.intb:

the confidence interval to be used in the confint function for the long set of sweeps.

col1:

color for the symbols and lines for the whole set if only one set of sweeps are used, and for the data from the long set of sweeps.

col2:

color for the symbols and lines for the data from the short sweeps in case there are two.

getICES:

Should the data be downloaded from DATRAS? If T, default, the data are taken from DATRAS through the icesDatras package.

pF:

takes out the points and leaves only the lines in the graphs

Details

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

Value

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

Examples

gearPlotHHNS.dodp("NS-IBTS",c(2014:2017),3,"SCO",.8,.3,col1="darkblue",col2="darkgreen")

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