CalcMedians {SurfRough}R Documentation

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)

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))

Value

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


[Package SurfRough version 0.0.1.0 Index]