Learn R Programming

eRTG3D (version 0.7.0)

track.extent: 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<U+2013>D case and a vector in the 3<U+2013>D case.

Examples

Run this code
# NOT RUN {
track.extent(niclas, zAxis = TRUE)
# }

Run the code above in your browser using DataLab