loop1AreaVolumePlot: Plots loop1 water area-volume hysteresis

View source: R/loop1AreaVolumePlot.R

loop1AreaVolumePlotR Documentation

Plots loop1 water area-volume hysteresis

Description

Plots loop1 water area-volume hysteresis

Usage

loop1AreaVolumePlot(orderedVA, outfile = "")

Arguments

orderedVA

Required. Data frame containing WDPM run total water volumes and areas, as returned by volumeAreaSequence, for the initial loop (complete filling, followed by complete emptying).

outfile

Optional. File to hold hysteresis calculated using hysteresis. If file name is not given, then the hysteresis is output to the screen.

Value

If successful, returns ggplot2 object of area-volume hysteresis. If unsuccessful, returns FALSE.

Examples

## Not run: 
p <- loop1AreaVolumePlot
## End(Not run)

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