| project {via} | R Documentation |
Project a 'RasterArray'-class object
Description
The method implemets the project function for 'RasterArray'-class objects.
The method is inherited from the 'SpatRaster' class. See project for details.
Usage
project
## S4 method for signature 'RasterArray'
project(x, y, ...)
Arguments
x |
A |
y |
A |
... |
additional arguments as for |
Format
An object of class standardGeneric of length 1.
Value
A projected RasterArray-class object.
Examples
# project first three to mollweide
ex <- rastex()
mollEx <- project(ex[1:3], y="ESRI:54009")
[Package via version 0.2.0 Index]