Learn R Programming

RiverLoad (version 1.0.3)

flow.data2: Dataset of flow record of Sandusky River

Description

Dataframe with two columns: a first column with DateTime in standard format (yyyy-mm-dd HH:MM:SS) labeled "datetime" and a second column with flow records labeled "flow". These latter are expressed in cubic metre per second. The dataset covers a one-year period with flow records every 1 day.

Usage

data("flow.data2")

Arguments

Format

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

datetime

a POSIXct

flow

a numeric vector

References

Heidelberg Tributary Loading Program (HTLP) and USGS, United States Geological Survey

Examples

Run this code
# NOT RUN {
data(flow.data2)
summary(flow.data2)
# }

Run the code above in your browser using DataLab