Skip to contents

The method is inherited from the 'sf' class.

Usage

# S3 method for SfcArray
st_transform(x, ...)

Arguments

x

a sf-class object.

...

arguments passed to the st_transform function.

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")