powered by
RasterArray
The method implemets the project function for 'RasterArray'-class objects.
project
The method is inherited from the 'SpatRaster' class. See project for details.
SpatRaster
project# S4 method for RasterArray project(x, y, ...)
# S4 method for RasterArray project(x, y, ...)
A projected RasterArray-class object.
An object of class standardGeneric of length 1.
standardGeneric
A RasterArray object to project.
A RasterArray the same options as in project.
additional arguments as for project.
# project first three to mollweide ex <- rastex() mollEx <- project(ex[1:3], y="ESRI:54009")
Run the code above in your browser using DataLab