View source: R/volumeAreaSequence.R
volumeAreaSequence | R Documentation |
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.
volumeAreaSequence(areasVolumes)
areasVolumes |
Required. A data frame containing WDPM total water areas and volumes. |
If successful, returns a data frame of the water areas and volumes, sorted in order of Add1, Subtract1, Add2, Subtract2. If unsuccssful, returns FALSE
.
Kevin Shook
totalAreaVolume
loop1ContribFracPlot
## Not run: areavol <- volumeAreaSequence(areasVolumes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.