range {amt} | R Documentation |
Geographic range
Description
The range that in either x
, y
or both
directions, that a track covers.
Usage
range_x(x, ...)
## S3 method for class 'track_xy'
range_x(x, ...)
range_y(x, ...)
## S3 method for class 'track_xy'
range_y(x, ...)
range_both(x, ...)
## S3 method for class 'track_xy'
range_both(x, ...)
Arguments
x |
|
... |
Further arguments, none implemented. |
Value
Numeric vector with the range.
[Package amt version 0.2.2.0 Index]