findFarthest: Finds location of farthest point from outlet

View source: R/findFarthest.R

findFarthestR Documentation

Finds location of farthest point from outlet

Description

Finds location of farthest point from outlet

Usage

findFarthest(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 XY coordinates and the distance of the point farthest from the outlet.

See Also

findOutlet

Examples

## Not run: 
farthest <- findFarthest("basin5.asc")

## End(Not run)

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