Learn R Programming

amt (version 0.1.4)

helper: Coordinates of a track.

Description

Coordinates of a track.

Usage

coords(x, ...)

# S3 method for track_xy coords(x, ...)

make_trast(x, ...)

# S3 method for track_xy make_trast(x, factor = 1.5, res = max(c(extent_max(x)/100, 1e-09)), ...)

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, ...)

Arguments

x

[track_xy, track_xyt] A track created with make_track.

...

Further arguments, none implemented.

factor

[numeric(1)=1.5]{>= 1} Factor by which the extent of the relocations is extended.

res

[numeric(1)] Resolution of the output raster.

Value

[tibble] The coordinates.

Examples

Run this code
# NOT RUN {
data(deer)
coords(deer)
# }

Run the code above in your browser using DataLab