time.scsset | R Documentation |
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.
## S3 method for class 'scsset'
time(x, event = "start", location, position, probe, ...)
x |
Data object. |
x <- read.scsset(2020)
time(x, "start")
x <- read.esonar(2020, tow.id = "GP354F")
time(x, "start")
time(x, "stop")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.