station.default | R Documentation |
Group sampling stations by spatial proximity.
## Default S3 method:
station(longitude, latitude, time, distance.tolerance = 1, time.tolerance, ...)
longitude , latitude |
Numeric vector in decimal degrees. |
time |
Numeric vector or time (‘POSIX’) objects. |
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. |
... |
Other arguments (not used). |
station(default)
: Assign a spatial location identifier based on spatio-temporal proximity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.