track.extent {eRTG3D}R Documentation

Extent of track(s)

Description

Extent of track(s)

Usage

track.extent(track, zAxis = FALSE)

Arguments

track

a list containing data.frames with x,y,z coordinates or a data.frame

zAxis

logical: return also the extent of the Z axis?

Value

Returns an extent object of the raster package in the 2–D case and a vector in the 3–D case.

Examples

track.extent(niclas, zAxis = TRUE)

[Package eRTG3D version 0.7.0 Index]