extent: Extent of a track
Description
Obtain the extent of a track in x
y
or both directions
Usage
extent_x(x, ...)extent_y(x, ...)
extent_both(x, ...)
extent_max(x, ...)
Value
Numeric vector with the extent.
Arguments
- x
[track_xy, track_xyt, steps]
Either a track created with mk_track
or track
, or steps
.
- ...
Further arguments, none implemented.