Learn R Programming

FlowScreen (version 1.2.6)

caniapiscau.res: 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)

Arguments

Format

Formatted as indicated in the documentation for metrics.all

Examples

Run this code
# NOT RUN {
# 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)
# }
# NOT RUN {
# example use of example subset flow series
data(caniapiscau.res)
# }

Run the code above in your browser using DataLab