st_bbox {via} | R Documentation |
Bounding box of an 'SfArray
'-class object
Description
The method is inherited from the 'sf
' class.
Usage
## S3 method for class 'SfcArray'
st_bbox(obj, ...)
Arguments
obj |
a |
... |
arguments passed to the |
Value
An RasterArray
class object.
Examples
data(paleocoastlines)
bb<- st_bbox(paleocoastlines)
[Package via version 0.2.0 Index]