app2.calib: app2.calib Data

Description Usage Format Source References Examples

Description

St.Joseph River near Newville, IN (Station # 04178000)

Usage

1

Format

Data frame with 32 rows and 4 columns

Name Type Description
DATES Date Date of daily value
TIMES integer Time that sample was actually taken
FLOW numeric Daily mean streamflow
Atrazine numeric Daily mean atrazine concentration (assumed)

Source

Example calibration dataset from LOADEST

References

Runkel, R.G., Crawford, C.G., and Cohn, T.A., 2004, Load Estimator (LOADEST): a FORTRAN program for estimating constituent loads in streams and rivers: U.S. Geological Survey Techniques and Methods Book 4, Chapter A5, 69 p.

Examples

1
2
3
4
5
6
## Not run: 
data(app2.calib)
# Plot concentration vs. flow
with(app2.calib, plot(FLOW, Atrazine, log="xy"))

## End(Not run)

USGS-R/rloadest documentation built on Oct. 2, 2020, 5:21 a.m.