Apply a function to the cells of a two SpatRasters
xapp.Rd
Apply a function to the values of each cell of two (multilayer) SpatRasters.
Usage
# S4 method for class 'SpatRaster,SpatRaster'
xapp(x, y, fun, ..., filename="", overwrite=FALSE, wopt=list())
Arguments
- x
SpatRaster
- y
SpatRaster with the same geometry as
x
- fun
a function that operates on two vectors
- ...
additional arguments for
fun
. These are typically numerical constants. They should *never* be another SpatRaster- filename
character. Output filename
- overwrite
logical. If
TRUE
,filename
is overwritten- wopt
list with named options for writing files as in
writeRaster
See also
app
, lapp
, tapp
, Math-methods
, roll