input_raster_data: Raster data preparation

View source: R/raster_support.R

input_raster_dataR Documentation

Raster data preparation

Description

Prepare a raster dataset

Usage

input_raster_data(dataset, w = NULL, fun = sum, standardize = TRUE)

Arguments

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)

Value

A list with the required elements to perform clustering

Examples

# this is an internal function, no example provided

geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.