plot_LMWL_all: Plot isotope relationships

Description Usage Arguments Value

View source: R/plot_LMWL_all.R

Description

This function contains the all aesthetics for plotting the isotopic signatures of precipitation, groundwater, and lake water based on all samples. Also displays the Local Meteoric Water Line and Local Evaporation Water Line. Options to facet by lake (default) or plot all on one graph. Can turn of groundwater samples individually if desired.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_LMWL_all(
  lakes = c("Pleasant", "Long", "Plainfield"),
  site_types = c("precipitation", "upgradient", "downgradient", "deep", "lake"),
  facets_on = TRUE,
  upgradient_off = FALSE,
  downgradient_off = FALSE,
  deep_off = FALSE,
  text_size = 12,
  point_size = 2.5,
  line_size = 1
)

Arguments

lakes

lakes of interest, defaults to c("Pleasant", "Long", "Plainfield")

site_types

type of sites, defaults to c("precipitation", "upgradient", "downgradient", "deep", "lake")

facets_on

defaults to TRUE to facet results by lake

upgradient_off

logical defaults to FALSE to include upgradient wells

downgradient_off

logical defaults to FALSE to include downgradient wells

deep_off

logical defaults to FALSE to include deep wells

text_size

size of font, defaults to 12 point

point_size

size of points, defaults to 2.5

line_size

size of lines, defaults to 1

Value

plot_obj - a plot object with aesthetics added


cvoter/isoH2Obudget documentation built on March 29, 2020, 11:07 a.m.