blankSummary: blankSummary Generate a summary table of blank analyses

Description Usage Arguments Details Value References Examples

View source: R/blankSummary.R

Description

Generates a summary table of blank analyses for all analytes in a qw.data list from readNWISodbc.

Usage

1
2
blankSummary(qw.data, STAIDS = "All", begin.date = NA, end.date = NA,
  multiple.levels = FALSE)

Arguments

qw.data

a qw.data list generated from readNWISodbc

STAIDS

A character vector of station IDs to summarize or All for all site ids in qw.data.Defaults to "All"

begin.date

Character string (yyyy-mm-dd) of beggining date to subset blank analyses. Leave blank for all analyses.

end.date

Character string (yyyy-mm-dd) of ending date to subset blank analyses. Leave blank for all analyses.

multiple.levels

Logical to analyze multiple reporting levels separetly. Default is FALSE.

Details

The dataframe returned contains a summary of blank detections for each constituent with the following statistics:

Value

A dataframe of summary statistics for blank samples. See details.

References

Fram, M.S., Olsen, L.D., and Belitz, Kenneth, 2012, Evaluation of volatile organic compound (VOC) blank data and application of study reporting levels to groundwater data collected for the California GAMA Priority Basin Project, May 2004 through September 2010: U.S. Geological Survey Scientific Investigations Report 2012_5139, 94 p

Examples

1
2
3
4
5
6
data("exampleData",package="WQReview")
blankSummaryOut <- blankSummary(qw.data = qw.data,
             STAIDS = unique(qw.data$PlotTable$SITE_NO),
             begin.date = "2009-01-01",
             end.date = "2013-01-01",
             multiple.levels = FALSE)

USGS-R/WQ-Review documentation built on Nov. 12, 2019, 9:51 a.m.