TASSE | R Documentation |
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)
TASSE(bathy, na.rm = FALSE, return_aspect = FALSE)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.