Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

helper

Coordinates of a track.


Description

Coordinates of a track.

Usage

coords(x, ...)

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

make_trast(x, ...)

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

extent_x(x, ...)

## S3 method for class 'track_xy'
extent_x(x, ...)

extent_y(x, ...)

## S3 method for class 'track_xy'
extent_y(x, ...)

extent_both(x, ...)

## S3 method for class 'track_xy'
extent_both(x, ...)

extent_max(x, ...)

## S3 method for class 'track_xy'
extent_max(x, ...)

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

[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

data(deer)
coords(deer)

amt

Animal Movement Tools

v0.1.4
GPL-3
Authors
Johannes Signer [aut, cre], Brian Smith [ctb], Bjoern Reineking [ctb], Ulrike Schlaegel [ctb], John Fieberg [ctb], Scott LaPoint [dtc]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.