station | R Documentation |
Functions to extract or determine trawl sampling station identification numbers. A sampling station is to be interpreted as a particular location, e.g. if two tows share a station number they can be considered as having been sampled in the same location. Station numbers can be assigned or determined based on spatial proximity.
station(x, ...)
## S3 method for class 'gulf.set'
station(
x,
method = "observed",
distance.tolerance = 2,
time.tolerance = 10,
...
)
x |
Data object. |
... |
Other arguments (not used). |
method |
Character string specifying the method to determine the station number. Options are ‘observed’ and ‘calculated’. |
distance.tolerance |
Distance (in kilometers) below which a pair of points is considered to belong to the same sampling station. |
time.tolerance |
Numeric value specifying the time-difference below which a pair of points is considered to have occured at the same time. |
station(gulf.set)
: Return survey sampling station identifier.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.