basinSoilWaterPlot: Plots basin soil liquid water

Description Usage Arguments Value Author(s) See Also Examples

View source: R/basinSoilWaterPlot.R

Description

Plots basin soil liquid water

Usage

1
basinSoilWaterPlot(basinWaterBalance, layers = c(1, 2, 3, 4, 5, 6))

Arguments

basinWaterBalance

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

layers

Optional. A vector of the layers to be plotted. By default layers 1 though 6 are used.

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 <- basinSoilWaterPlot(waterBalance)
## End(Not run)

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