Description Usage Format Source Examples
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.
1 |
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)
Environment Canada. 2010. EC Data Explorer V1.2.30.
Water Survey of Canada V1.2.30 https://www.ec.gc.ca/rhc-wsc/
1 2 3 |
ID PARAM Date Flow SYM Agency
1 03LF002 1 1954-05-01 NA WSC
2 03LF002 1 1954-05-02 NA WSC
3 03LF002 1 1954-05-03 NA WSC
4 03LF002 1 1954-05-04 NA WSC
5 03LF002 1 1954-05-05 NA WSC
6 03LF002 1 1954-05-06 NA WSC
'data.frame': 16436 obs. of 6 variables:
$ ID : chr "03LF002" "03LF002" "03LF002" "03LF002" ...
$ PARAM : int 1 1 1 1 1 1 1 1 1 1 ...
$ Date : Date, format: "1954-05-01" "1954-05-02" ...
$ Flow : num NA NA NA NA NA NA NA NA 784 NA ...
$ SYM : Factor w/ 4 levels "","A","B","E": 1 1 1 1 1 1 1 1 1 1 ...
$ Agency: chr "WSC" "WSC" "WSC" "WSC" ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.