tow.id | R Documentation |
Functions to extract or determine trawl tow identifiers.
tow.id(x, ...)
## Default S3 method:
tow.id(x, ...)
## S3 method for class 'probe'
tow.id(x, method, ...)
## S3 method for class 'star.oddi'
tow.id(x, method, ...)
## S3 method for class 'minilog'
tow.id(x, method = "observed")
## S3 method for class 'scscat'
tow.id(x, ...)
## S3 method for class 'scsbio'
tow.id(x, ...)
## S3 method for class 'scslen'
tow.id(x, ...)
x |
Data object. |
... |
Not used. |
method |
Character string specifying the method to be used when determining the tow identification number for a
|
max.distance |
Numeric valiue specifying the maximum distance tolerance (in kilometers) when determining the tow
identification number for a |
tow.id(default)
: Default ‘tow.id’ method.
tow.id(probe)
: ‘tow.id’ ‘probe’ method.
tow.id(star.oddi)
: ‘tow.id’ sQuotestar.oddi method.
tow.id(minilog)
: ‘tow.id’ ‘minilog’ method.
tow.id(scscat)
: ‘tow.id’ ‘scscat’ method.
tow.id(scsbio)
: ‘tow.id’ ‘scsbio’ method.
tow.id(scslen)
: ‘tow.id’ ‘scslen’ method.
files <- locate.minilog(2018)
tow.id(read.minilog(files[200]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.