TASSE: Calculates TASSE terrain attributes with 3x3 window

View source: R/TASSE.R

TASSER Documentation

Calculates TASSE terrain attributes with 3x3 window

Description

Calculates TASSE terrain attributes using a 3x3 window including relative deviation from mean value (rdmv), aspect, eastness, norhtnessm slope, standard deviation, and local mean. Depth is assumed to be negative values in calculation. By default if any values within window are NA, calculated value is NA. Slope and aspect are returned in degrees. (Lecours et al; 2017, Towards a framework for terrain attribute selection in environmental studies)

Usage

TASSE(bathy, na.rm = FALSE, return_aspect = FALSE)

Arguments

bathy

bathymetry (or dem) raster

na.rm

whether to remove na's (default is FALSE)

return_aspect

logical indicating whether to return aspect (default is FALSE)


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.