Skip to contents

Create steep slope exclusion layer

Usage

steep_slope(dem, slope_thresh = 55)

Arguments

dem

elevation rast

slope_thresh

a numeric threshold above which moose are unlikley to occur (degrees), default is 55.

Value

sf object with polygon rrepresenting higher than threshold area

Examples

if (FALSE) {
steep_slope(dem, 55)
}