volumeAreaSequence: Orders values created by totalAreaVolume

View source: R/volumeAreaSequence.R

volumeAreaSequenceR Documentation

Orders values created by totalAreaVolume

Description

The areas and volumes are sorted in order of addition and removal of water. These value can then be used to calculate and plot the hysteresis between water volume and area, and between water volume and contributing (connected) area.

Usage

volumeAreaSequence(areasVolumes)

Arguments

areasVolumes

Required. A data frame containing WDPM total water areas and volumes.

Value

If successful, returns a data frame of the water areas and volumes, sorted in order of Add1, Subtract1, Add2, Subtract2. If unsuccssful, returns FALSE.

Author(s)

Kevin Shook

See Also

totalAreaVolume loop1ContribFracPlot

Examples

## Not run: 
areavol <- volumeAreaSequence(areasVolumes)
## End(Not run)

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