Learn R Programming

FlowScreen (version 1.2.6)

caniapiscau: Caniapiscau River Daily Flows

Description

This data set includes the mean daily streamflow for the Caniapiscau River. The file has been read from the original .csv format using read.flows. The Caniapiscau River is located in Nunavik, Quebec, Canada, and flows northward. The headwaters (representing 45 percent of the total flow) were dammed to create the Caniapiscau Reservoir, which started filling in 1981. In 1985, the reservoir was diverted to the west into the La Grande hydroelectric complex. This flow time series is used as an example of a river with a known change point to demonstrate the package's screening capabilities.

Usage

data(caniapiscau)

Arguments

Format

Formatted as a data.frame with the following columns:

  • ID - Water Survey Canada Station ID

  • PARAM - Parameter ID (1 indicates flow)

  • Date - Date of observation, formatted as YYYY-mm-dd

  • Flow - Mean daily streamflow, measured in m3/s

  • Agency - Source Agency (Water Survey Canada)

Examples

Run this code
# NOT RUN {
data(caniapiscau)
head(caniapiscau)
str(caniapiscau)
# }

Run the code above in your browser using DataLab