Description Usage Format Source References Examples
St.Joseph River near Newville, IN (Station # 04178000)
1 |
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) |
Example calibration dataset from LOADEST
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.