findOutlet: Finds lowest elevation in a DEM file, and the basin pour...

View source: R/findOutlet.R

findOutletR Documentation

Finds lowest elevation in a DEM file, and the basin pour point

Description

Finds lowest elevation in a DEM file, and the basin pour point

Usage

findOutlet(DEMfile)

Arguments

DEMfile

Required. ArcGIS .asc file of a basin DEM. Must have non-basin points indicated as missing.

Value

Returns a list containing the mininum elevation within

See Also

findFarthest findClosestPointToOutlet the basin, its location, the pour point elevation and its location.

Examples

## Not run: 
outlet <- findOutlet('basin5.asc')

## End(Not run)

KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.