check_bagIE: check_bagIE. Check and flag bag intake efficiency parameters,...

Description Usage Arguments Details Value Examples

View source: R/check_bagIE.R

Description

Function to check and flag bag intake efficiency parameters, and calculate and flag the bag efficiency

Usage

1
check_bagIE(x, returnAll = FALSE, reviewSummary = FALSE)

Arguments

x

A dataframe output from get_localNWIS

returnAll

logical, return dataframe containing all results or only return flagged samples. Defualt is FALSE

reviewSummary

logical, for center-level review, if TRUE a summary count of flags by site and water year is returned instead of individual flagged samples.

Details

checks and calculates bag intake efficiency under OSW Tech Memo 2013.03 https://water.usgs.gov/admin/memo/SW/sw13.03.pdf

P72217 - Duration sampler collected water, seconds

P72218 - Sample volume to compute isokinetic transit rate, milliliters

P72196 - Velocity to compute isokinetic transit rate, feet per second

P72219 - Sampler nozzle material, code: Plastic=2, TFE=3

P72220 - Sampler nozzle diameter, code: 3/16"=3, 1/4"=4, 5/16"=5

Rejected samples are not included.

Value

A dataframe containing all samples with applicable flags

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
bagIEflags <- check_bagIE(x)

USGS-R/sedReview documentation built on Aug. 24, 2020, 9 p.m.