project | R Documentation |
RasterArray
'-class objectThe method implemets the project
function for 'RasterArray
'-class objects.
The method is inherited from the 'SpatRaster
' class. See project
for details.
project
## S4 method for signature 'RasterArray'
project(x, y, ...)
x |
A |
y |
A |
... |
additional arguments as for |
An object of class standardGeneric
of length 1.
A projected RasterArray
-class object.
# project first three to mollweide
ex <- rastex()
mollEx <- project(ex[1:3], y="ESRI:54009")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.