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 |
... |
arguments passed to the |
Value
An aggregated RasterArray
class object.
Examples
data(paleocoastlines)
crs <- st_crs(paleocoastlines)
[Package via version 0.2.0 Index]