Learn R Programming

amt (version 0.2.2.0)

range: Geographic range

Description

The range that in either x, y or both directions, that a track covers.

Usage

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

Value

Numeric vector with the range.

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.