Learn R Programming

RiverLoad (version 1.0.3)

conc.data3: Dataset with faked concentration records of Adda River

Description

Scattered concentration data of Total Nitrogen ("TN") in mg/L. The data were made up for explanatory purpouse. The dataset covers a one-year period, from January 2017 to December 2017.

Usage

data("conc.data3")

Arguments

Format

A data frame with 43 observations on the following 2 variables.

datetime

a POSIXct

TN

a numeric vector

Examples

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

Run the code above in your browser using DataLab