gwl_monthly_plot: Create a graph of historical monthly water level deviations

View source: R/gwlMonthlyPlot.R

gwl_monthly_plotR Documentation

Create a graph of historical monthly water level deviations

Description

Create a graph of historical median monthly water level deviations from yearly average with 5th and 95th percentiles.

Usage

gwl_monthly_plot(dataframe, splines = TRUE, last12 = TRUE,
  save = FALSE, path = "./", opts = NULL)

Arguments

dataframe

Dataframe containing 'Well_Num', 'Date', 'dev_med_GWL'

splines

Logical: smooth the line using splines?

last12

Logical: plot the last 12 monthly readings as points?

save

Logical: save as a pdf?

path

Path to folder in which to save if save=TRUE

opts

Other options passed on to ggplot2

Value

A ggplot object.


bcgov/bcgroundwater documentation built on March 18, 2024, 5:43 a.m.