Learn R Programming

RiverLoad (version 1.0.3)

conc.data1: Concentration dataset of Kaskaskia River

Description

Scattered concentration data of nitrite plus nitrate ("NOx") and soluble reactive phosphorus ("SRP") of Kaskaskia River, IL. The data are expressed in mg/L and covered a two-year period from January 2016 to December 2017.

Usage

data("conc.data1")

Arguments

Format

A data frame with 130 observations on the following 3 variables.

datetime

a POSIXct

NOx

a numeric vector

SRP

a numeric vector

References

USGS, United States Geological Survey

Examples

Run this code
# NOT RUN {
data("conc.data1")
str(conc.data1)
summary(conc.data1)
# }

Run the code above in your browser using DataLab