Learn R Programming

RiverLoad (version 1.0.3)

flow.data3: Flow record dataset of Adda River

Description

Dataframe with two colmns: 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 12 hours.

Usage

data("flow.data3")

Arguments

Format

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

datetime

a POSIXct

flow

a numeric vector

References

ARPA-Lombardia, Italian Environmental Protection Agency

Examples

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

Run the code above in your browser using DataLab