View source: R/raster_support.R
calcWdataRaster | R Documentation |
Calculate lagged values for a raster dataset given a window and an agregation function
calcWdataRaster(w, dataset, fun, missing_pxl)
w |
A matrix |
dataset |
A list of rasters |
fun |
A string giving the name of a function or a function or "nl" for non-local method |
missing_pxl |
A boolean vector of missing (FALSE) pixels |
# this is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.