Skip to contents

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

Usage

ModelScatter(x)

Arguments

x

A data frame that must include:

mean_change_mm

The mean change in well water level in millimeters.

deltaSTR

The change in storage from the model.

plot_titles

Titles for facets, usually including divide ID and correlation coefficient.

source

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

Value

A `ggplot` object showing the scatter plot comparing well water levels and model storage changes.

Details

The scatter plot displays the relationship between well water level changes and model storage changes, with separate facets for each set of plot titles. The plot helps in visualizing how well the model predictions align with observed changes.