Skip to contents

Get high elevation areas

Usage

high_elev(dem, elev_thresh = 1300)

Arguments

dem

an tif with elevation data

elev_thresh

default elevation at which moose would be unlikely to pass, default = 1300m

Value

a geopackage with single polygon that shows elevation above the given threshold

Examples

if (FALSE) {
high_elev(dem, 1300)
}