st_transform | R Documentation |
SfArray
'-class objectThe method is inherited from the 'sf
' class.
## S3 method for class 'SfcArray'
st_transform(x, ...)
x |
a |
... |
arguments passed to the |
An RasterArray
-class object.
data(paleocoastlines)
moll<- st_transform(paleocoastlines, "ESRI:54009")
plot(moll["20", "margin"], col="cyan")
plot(moll["20", "coast"], add=TRUE, col="brown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.