Fraser2017: Fraser River at Hope, mean monthly flow

Fraser2017R Documentation

Fraser River at Hope, mean monthly flow

Description

Mean monthly flow (cms) of Fraser River From March 1912 to December 2017, recorded by Fraser River at Hope station.

Usage

data("Fraser2017")

Format

A time series (class "ts") with frequency 12, starting from January 1912 (the first two data values are NA) to December 2017.

Details

Dataset Fraser2017 is an extention of dataset "Fraser" in package "pear". The latter runs upto December 1990 (not the documented December 1991). At the time of writing this package "pear" is archived on CRAN, which is the main reason to include the dataset (with the added benefit of almost 30 years of additional data).

Source

https://wateroffice.ec.gc.ca/

See Also

dataFranses1996, four_stocks_since2016_01_01

Examples

data(Fraser2017)

fr <- window(Fraser2017, start = c(1912, 3), end = c(1990, 12))
## all.equal(as.numeric(fr), as.numeric(pear::Fraser)) # TRUE
## all.equal(tsp(fr), tsp(pear::Fraser))               # TRUE

GeoBosh/pcts documentation built on Dec. 8, 2023, 9:57 p.m.