caniapiscau.res: Screening results for the Caniapiscau River

Description Usage Format Source Examples

Description

Contains the results from metrics.all for the full Caniapiscau River daily flow series. Data set created as indicated below. This data set is used in the example documentation for the screen.frames, screen.summary, and screen.cpts functions in order to reduce example run times.

Usage

1

Format

Formatted as indicated in the documentation for metrics.all

Source

Original flow series from Environment Canada. 2010. EC Data Explorer V1.2.30.
Water Survey of Canada V1.2.30 https://www.ec.gc.ca/rhc-wsc/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Code used produce this data set:
## Not run: 
data(caniapiscau)
caniapiscau.ts <- create.ts(caniapiscau, hyrstart=3)
caniapiscau.ts <- subset(caniapiscau.ts, caniapiscau.ts$hyear > 1962)
caniapiscau.res <- metrics.all(caniapiscau.ts)

## End(Not run)
# example use of example subset flow series
data(caniapiscau.res)

FlowScreen documentation built on May 2, 2019, 1:09 p.m.