
Coordinates of a track.
coords(x, ...)# S3 method for track_xy
coords(x, ...)
make_trast(x, ...)
# S3 method for track_xy
make_trast(x, factor = 1.5,
res = extent_max(x)%/%100, ...)
extent_x(x, ...)
# S3 method for track_xy
extent_x(x, ...)
extent_y(x, ...)
# S3 method for track_xy
extent_y(x, ...)
extent_both(x, ...)
# S3 method for track_xy
extent_both(x, ...)
extent_max(x, ...)
# S3 method for track_xy
extent_max(x, ...)
range_x(x, ...)
# S3 method for track_xy
range_x(x, ...)
range_y(x, ...)
# S3 method for track_xy
range_y(x, ...)
range_both(x, ...)
# S3 method for track_xy
range_both(x, ...)
[track_xy, track_xyt]
A track created with make_track
.
Further arguments, none implemented.
[numeric(1)=1.5]{>= 1}
Factor by which the extent of the relocationsis extended.
[numeric(1)]
Resolution of the output raster.
[tibble]
The coordinates.
# NOT RUN {
data(deer)
coords(deer)
# }
Run the code above in your browser using DataLab