sdq6: Root Area Mean Square Slope of Surface

View source: R/sdq.R

sdq6R Documentation

Root Area Mean Square Slope of Surface

Description

Calculates the area root mean square slope of a raster or matrix surface using the seven-point method.

Usage

sdq6(x)

Arguments

x

A raster or matrix.

Value

A numeric value representing the seven-point root mean square slope, Sdq6. The units of the returned value are change in z per one unit (pixel).

References

This function is based on the equations found at https://www.ntmdt-si.ru/data/media/files/manuals/image_analisys_p9_nov12.e.pdf.

Examples

# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)

# calculate area root mean square slope
Sdq6 <- sdq6(normforest)

bioXgeo/geodiv documentation built on Oct. 17, 2023, 5:58 a.m.