Learn R Programming

via (version 0.2.0)

project: 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 RasterArray project(x, y, ...)

Value

A projected RasterArray-class object.

Format

An object of class standardGeneric of length 1.

Arguments

x

A RasterArray object to project.

y

A RasterArray the same options as in project.

...

additional arguments as for project.

Examples

Run this code
# project first three to mollweide
ex <- rastex() 
mollEx <- project(ex[1:3], y="ESRI:54009")

Run the code above in your browser using DataLab