input_raster_data {geocmeans}R 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

[Package geocmeans version 0.3.4 Index]