st_crs {via}R 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)

[Package via version 0.2.0 Index]