st_transform {via} | R Documentation |
Projection change of an 'SfArray
'-class object
Description
The method is inherited from the 'sf
' class.
Usage
## S3 method for class 'SfcArray'
st_transform(x, ...)
Arguments
x |
a |
... |
arguments passed to the |
Value
An RasterArray
-class object.
Examples
data(paleocoastlines)
moll<- st_transform(paleocoastlines, "ESRI:54009")
plot(moll["20", "margin"], col="cyan")
plot(moll["20", "coast"], add=TRUE, col="brown")
[Package via version 0.2.0 Index]