Learn R Programming

via (version 0.2.0)

st_bbox: Bounding box of an 'SfArray'-class object

Description

The method is inherited from the 'sf' class.

Usage

# S3 method for SfcArray
st_bbox(obj, ...)

Value

An RasterArray class object.

Arguments

obj

a sf-class object.

...

arguments passed to the st_bbox function.

Examples

Run this code
data(paleocoastlines)
bb<- st_bbox(paleocoastlines)

Run the code above in your browser using DataLab