View source: R/raster_support.R
input_raster_data | R Documentation |
Prepare a raster dataset
input_raster_data(dataset, w = NULL, fun = sum, standardize = TRUE)
dataset |
A list of rasters |
w |
The window to use in the focal function |
fun |
the function to use as the focal function |
standardize |
A boolean to specify if the variable must be centered and reduced (default = True) |
A list with the required elements to perform clustering
# 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.