fracBelowPour: Finds fraction of a basin below the pour point

View source: R/fracBelowPour.R

fracBelowPourR Documentation

Finds fraction of a basin below the pour point

Description

Finds fraction of a basin below the pour point

Usage

fracBelowPour(DEMfile, fractionOnly = TRUE)

Arguments

DEMfile

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

fractionOnly

Optional. If TRUE (the default) then only the fraction below the pour point is returned. If FALSE, then other statistics, and the raster below the pour point are returned

Value

Returns either the fraction of the basin below the pour point or a list containing the fraction of the basin area below the pour point and the rasters of the below-outlet dem and of the divide.

Examples

## Not run: 
fracBelowPour('basin5.asc')

## End(Not run)

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