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

...

arguments passed to the st_bbox function.

Value

An RasterArray class object.

Examples

data(paleocoastlines)
bb<- st_bbox(paleocoastlines)

[Package via version 0.2.0 Index]