time.scsset: Trawl Event Times

View source: R/time.R

time.scssetR Documentation

Trawl Event Times

Description

These are functions for extracting the times at which various events occur during trawling. For example, there are the start and stop times determined by on-board observers or trawl touchdown and liftoff times.

Usage

## S3 method for class 'scsset'
time(x, event = "start", location, position, probe, ...)

Arguments

x

Data object.

Examples

x <- read.scsset(2020)
time(x, "start")

x <- read.esonar(2020, tow.id = "GP354F")
time(x, "start")
time(x, "stop")

TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.