daily.mean: Daily mean of flow records

Description Usage Arguments Value Author(s) See Also Examples

Description

The function returns the daily arithmetic mean of flow records.

Usage

1
daily.mean(flow.data, standev)

Arguments

flow.data

A dataframe with a first column with DateTime information in standard format(yyyy-mm-dd HH:MM:SS) labeled "datetime" and a second column with flow records labelede "flow".

standev

An optional argument. If the user specifies "sd", the function will return the standard deviation for each row.

Value

A data frame with two columns: the first with the day and the second with annual mean flow data (labeled "flow"). If the user has specified "sd", there is a third column with standard deviation value for each row (labeled "sd").

Author(s)

Veronica Nava

See Also

annual.mean monthly.mean monthly.year.mean

Examples

1
2
3

RiverLoad documentation built on Jan. 4, 2022, 5:07 p.m.