Create a Scatter Plot Comparing Well Water Level Change and Model Recharge
Source:R/ModelScatter.R
ModelScatter.Rd
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.
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).