lakeSiteCheck: Lake Site Check Given a lake, examine cumulative number of...

lakeSiteCheckR Documentation

Lake Site Check Given a lake, examine cumulative number of averages/singles at each site*depthClass combo over the years. This is just a convenience function I wrote to create the same ggplot over and over again without retyping the same code. (An additional function for checking QC codes. This was mostly useful to KG in DOC_QA_QC.R in Nov. 2020. Probably not for future use, but maybe!)

Description

Lake Site Check Given a lake, examine cumulative number of averages/singles at each site*depthClass combo over the years. This is just a convenience function I wrote to create the same ggplot over and over again without retyping the same code. (An additional function for checking QC codes. This was mostly useful to KG in DOC_QA_QC.R in Nov. 2020. Probably not for future use, but maybe!)

Usage

lakeSiteCheck(data, lake, alphaVal = 0.5)

Arguments

data

Previous DOC data to examine.

lake

LakeID to investigate (can only take one at a time, as a character string.)

alphaVal

Transparency value for geom_line and geom_point. Defaults to 0.5.

Value

Creates a plot showing the cumulative sum of observations from each lake/depthClass/year. Returns the ggplot object.


MFEh2o/MFEUtilities documentation built on May 6, 2023, 1:33 p.m.