basinRunoffPlot: Plots basin runoff components

Description Usage Arguments Value Author(s) See Also Examples

View source: R/basinRunoffPlot.R

Description

Plots basin runoff components

Usage

1
basinRunoffPlot(basinWaterBalance, cumul = FALSE)

Arguments

basinWaterBalance

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

cumul

Optional. If FALSE, then interval values are plotted. If TRUE (the default) then cumulative values are plotted. Note that the cumulative values are determined by summing the interval values not by plotting the MESH cumulative variables.

Value

Returns a ggplot2 line plot of the variable values (mm).

Author(s)

Kevin Shook

See Also

read_MESH_OutputTimeseries_csv basinStoragePlot basinSoilWaterIcePlot

Examples

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

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