Learn R Programming

trajectories (version 0.2-9)

stbox: obtain ranges of space and time coordinates

Description

obtain ranges of space and time coordinates

Usage

stbox(obj)

Value

stbox returns a data.frame, with three columns representing x-, y- and time-coordinates, and two rows containing min and max values.

Methods

stbox

signature(x = "Tracks"): obtain st range from object

stbox

signature(x = "TracksCollection"): obtain st range from object

Arguments

obj

object of a class deriving from Tracks or TracksCollection.