DailySedimentData: Gets mean daily sediment data for selected station(s)

Description Usage Arguments Value Note See Also

View source: R/Daily_Data.r

Description

Gets the mean daily suspended sediment (concentration or load) for one or more stations. Concentrations are measured in units of mg/L. Load are measured in tonnes (mean daily conc * mean daily flow * 0.0864).

Usage

1
DailySedimentData(con, get_load = TRUE, station_number)

Arguments

con

An open SQLite database connection to the HYDAT database

get_load

Logical. If TRUE the function returns mean daily load, otherwise the function returns mean daily concentration.

station_number

A vector of Water Survey of Canada station identifiers

Value

A data frame (station_number, date, value).

Note

Symbols associated with mean daily sediment series are as follows: <<need further work here>>

See Also

DailyHydrometricData for mean daily hydrometric data,

DataSymbols for information on symbols associated with mean daily data


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