basinStoragePlot: Plots total basin storage

Description Usage Arguments Value Author(s) See Also Examples

View source: R/basinStoragePlot.R

Description

Plots total basin storage

Usage

1
basinStoragePlot(basinWaterBalance)

Arguments

basinWaterBalance

Required. Data frame to be plotted. As read in by read_MESH_OutputTimeseries_csv.

Value

Returns a ggplot2 line plot of the value of STG (mm).

Author(s)

Kevin Shook

See Also

read_MESH_OutputTimeseries_csv basinStorageVariablesPlot basinSoilWaterIcePlot

Examples

1
2
3
4
## Not run: 
waterBalance <- read_MESH_OutputTimeseries_csv("Basin_average_water_balance.csv")
p <- basinStoragePlot(waterBalance)
## End(Not run)

CentreForHydrology/MESHr documentation built on Jan. 11, 2021, 8:34 p.m.