powered by
SfArray
The method is inherited from the 'sf' class.
sf
# S3 method for SfcArray st_transform(x, ...)
An RasterArray-class object.
RasterArray
a sf-class object.
arguments passed to the st_transform function.
st_transform
data(paleocoastlines) moll<- st_transform(paleocoastlines, "ESRI:54009") plot(moll["20", "margin"], col="cyan") plot(moll["20", "coast"], add=TRUE, col="brown")
Run the code above in your browser using DataLab