library(manager)

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "figures/geochemical-"
)

This document describes how to update background data used in detection monitoring. The well, constituent, current background and proposed data can be selected and the underlying assumptions are checked and the data are analyzed.

data("gw_data")

MW1_Arsenic <- gw_data %>%
  filter(location_id == "MW-1", param_name == "Arsenic, dissolved")

series_plot(MW1_Arsenic)


jentjr/gwstats documentation built on Jan. 12, 2024, 9:40 p.m.