Learn R Programming

geocmeans (version 0.3.4)

input_raster_data: Raster data preparation

Description

Prepare a raster dataset

Usage

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

Value

A list with the required elements to perform clustering

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)

Examples

Run this code
# this is an internal function, no example provided

Run the code above in your browser using DataLab