plot.scsset: Plot Snow Crab Trawl Data

View source: R/plot.scsset.R

plot.scssetR Documentation

Plot Snow Crab Trawl Data

Description

Displays auxiliary trawl data from the snow crab trawl survey.

Usage

## S3 method for class 'scsset'
plot(
  x,
  tow.id,
  year,
  pdf = FALSE,
  path = getwd(),
  temperature = FALSE,
  headline = TRUE,
  wingspread = TRUE,
  tilt = TRUE,
  ...
)

Arguments

x

scsset data object.

tow.id

Character string specifying a tow identifier.

year

Survey year.

pdf

Logical values specifying whether to output the figure to a pdf file.

path

Path to which output file is to written.

temperature

Logical values specifying whether to include temperature profile.

headline

Logical values specifying whether to include trawl headline height measurements.

wingspread

Logical values specifying whether to include trawl wing spread measurements.

tilt

Logical values specifying whether to include tilt probe angles.

Examples

plot.scsset(year = 2020, tow.id = "GP354F")

x <- read.scsset(year = 2020)
plot(x[1, ])

TobieSurette/gulf.graphics documentation built on Feb. 10, 2024, 10:58 p.m.