AnnualPeakData: Gets the annual max/min daily data for selected station(s)

Description Usage Arguments Value See Also

View source: R/Peak_Data.r

Description

Gets the annual maximum and minimum daily mean hydrometric series (flow or level). Flow units in m3/s; water level units in metres.

Usage

1
AnnualPeakData(con, get_flow = TRUE, station_number)

Arguments

con

An open SQLite database connection to the HYDAT database

get_flow

Logical. If TRUE the function returns the series of annual max/min daily flow, otherwise the function return the series of annual max/min daily level for each station

station_number

A vector of Water Survey of Canada station identifiers

Value

A data frame (station_number, peak, year, month day, value, flag)

See Also

AnnualInstantaneousPeakData for annual instantaneous records, see DataSymbols for information on symbols associated with peak values.


CentreForHydrology/HYDAT documentation built on May 27, 2019, 7:24 a.m.