Learn R Programming

RiverLoad (version 1.0.3)

flow.data1: Dataset of flow record of Kaskskia 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 two-year period with flow records every 1 day.

Usage

data(flow.data1)

Arguments

Format

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

datetime

a POSIXct

flow

a numeric vector

References

USGS, United States Geological Survey

Examples

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

Run the code above in your browser using DataLab