app5.calib: app5.calib Data

Description Usage Format Source References Examples

Description

Little Arkansas River near Halstead, Kansas (Station Number 07143672)

Usage

1

Format

Data frame with 103 rows and 5 columns

Name Type Description
DATES Date Date of daily value
TIMES character Time that sample was actually taken
FLOW numeric Daily mean streamflow
SC numeric Daily mean specific conductance
Alkalinity numeric Daily mean alkalinity (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(app5.calib)
# Plot concentration vs. specific conductance
with(app5.calib, plot(SC, Alkalinity, log="xy"))

## End(Not run)

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