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

st_bboxR 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 sf-class object.

...

arguments passed to the st_bbox function.

Value

An RasterArray class object.

Examples

data(paleocoastlines)
bb<- st_bbox(paleocoastlines)

via documentation built on May 31, 2023, 8:31 p.m.

Related to st_bbox in via...