gearPlotHH.dodp: Function gearPlotHH.dodp Door Spread versus Depth

View source: R/gearPlotHH.dodp.R

gearPlotHH.dodpR Documentation

Function gearPlotHH.dodp Door Spread versus Depth

Description

Produces a DoorSpread vs. Depth plot and model with nls R function. Data are taken directly from DATRAS using function getDATRAS 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

gearPlotHH.dodp(
  Survey,
  years,
  quarter,
  c.inta = 0.8,
  c.intb = 0.3,
  col1 = "darkblue",
  col2 = "steelblue2",
  getICES = T,
  ti = 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

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.

ti:

if F title will not be included automatically and can be addedd later

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.