The method implemets the project
function for 'RasterArray
'-class objects.
The method is inherited from the 'SpatRaster
' class. See project
for details.
Arguments
- x
A
RasterArray
object to project.- y
A
RasterArray
the same options as inproject
.- ...
additional arguments as for
project
.
Value
A projected RasterArray
-class object.
Examples
# project first three to mollweide
ex <- rastex()
mollEx <- project(ex[1:3], y="ESRI:54009")