calc_concSandFine: calc_concSandFine. calculate sand/fine concentration based on...

Description Usage Arguments Details Value Examples

View source: R/calc_concSandFine.R

Description

Function to calculate sand/fine concentration based on SSC and sand/fine split value

Usage

1

Arguments

x

A dataframe output from get_localNWIS

Details

Sand and Fine concentration (mg/L) is calculated for sites with SSC (P80154) and

Rejected samples are not included.

Value

A dataframe containing all samples with complete SSC, sand/fine split, and calculated sand and fine concentrations

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
concSandFine <- calc_concSandFine(x)

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