The manager packages provides functions for geochemical plots.

library(manager)

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

gw_data %>%
  piper_plot()
gw_data %>%
  schoeller_plot()
gw_data %>%
  filter(location_id == "MW-1") %>%
  stiff_plot(., total_dissolved_solids = "Total Dissolved Solids")


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