Learn R Programming

SurfRough (version 0.0.1.0)

CalcMedians: Calculate the median of absolute values found in a search window for each raster in a list

Description

Calculate the median of absolute values found in a search window for each raster in a list

Usage

CalcMedians(deltas, w)

Value

A list of rasters with the median of absolute values in the search window

Arguments

deltas

A list of rasters with the values from which calculate the median of absolute values (e.g., directional differences of order K)

w

The moving window used (e.g. w=KernelCircular(3))