st_crs: Coordinate reference system of an "SfArray"-class object

st_crsR Documentation

Coordinate reference system of an 'SfArray'-class object

Description

The method is inherited from the 'sf' class.

Usage

## S3 method for class 'SfcArray'
st_crs(x, ...)

Arguments

x

a sf-class object.

...

arguments passed to the st_crs function.

Value

An aggregated RasterArray class object.

Examples

data(paleocoastlines)
crs <- st_crs(paleocoastlines)

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

Related to st_crs in via...