Skip to contents

This function generates a bar plot comparing well water level changes (`mean_change_mm`) with model-reported change in storage (`deltaSTR`) for different divides.

Usage

Plot_WWLvsSTR(x)

Arguments

x

A data frame that must include:

date

The date of the observation.

mean_change_mm

The mean change in well water level in millimeters.

deltaSTR

The change in storage from the model.

Divide

The divide ID.

source

The data source (e.g., CABCM, TerraClim).

Value

A `ggplot` object showing the bar plot with well water levels and model storage changes.

Details

The plot displays well water level changes and model-reported storage changes over time, with separate facets for each divide. The fill color distinguishes between recharge and delta storage.