Description Usage Format Source Examples
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.
1 |
Formatted as indicated in the documentation for metrics.all
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/
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.