caniapiscau.res {FlowScreen} | R Documentation |
Screening results for the Caniapiscau River
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
data(caniapiscau)
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
# 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)
[Package FlowScreen version 1.2.6 Index]