Learn R Programming

Rsagacmd (version 0.4.1)

mrvbf_threshold: Calculate the t_slope value based on DEM resolution for MRVBF

Description

Calculates the t_slope value for the Multiresolution Index of Valley Bottom Flatness (Gallant and Dowling, 2003) based on input DEM resolution. MRVBF identified valley bottoms based on classifying slope angle and identifying low areas by ranking elevation in respect to the surrounding topography across a range of DEM resolutions. The MRVBF algorithm was developed using a 25 m DEM, and so if the input DEM has a different resolution then the slope threshold t_slope needs to be adjusted from its default value of 16 in order to maintain the relationship between slope and DEM resolution. This function provides a convenient way to perform that calculation.

Usage

mrvbf_threshold(res)

Value

numeric, t_slope value for MRVBF

Arguments

res

numeric, DEM resolution

Examples

Run this code
mrvbf_threshold(res = 10)

Run the code above in your browser using DataLab