bbox {DEPONS2R} | R Documentation |
Get bbox from Depons* object
Description
Retrieves spatial bounding box from object. If a Depons* object is a DeponsTrack object containing multiple track, the box bounds all tracks.
Usage
## S4 method for signature 'DeponsRaster'
bbox(obj)
## S4 method for signature 'DeponsTrack'
bbox(obj)
Arguments
obj |
DeponsRaster or DeponsTrack object |
Value
Returns a matrix
defining the northern, southern, eastern and
western boundary of a DeponsRaster object or of one or more DeponsTrack
objects.
See Also
[Package DEPONS2R version 1.2.3 Index]