aggregate.rora: Compute Recharge

View source: R/aggregate.rora.R

aggregate.roraR Documentation

Compute Recharge

Description

Computes recharge from an object of class "rora" from a streamflow recession displacement analysis.

Usage

## S3 method for class 'rora'
aggregate(x, by = "months", ...)

Arguments

x

an object of class "rora."

by

the time period to aggregate by. See Details.

...

not used, required for other methods.

Details

The argument by can be either a character indicating the period, or a list created by setSeasons. If a character , thne must be "months," "years," "calendar years," "water years," or "climate years." May be abbreviated; and "years" is the same as "calendar years."

Value

A data frame reporting the recharge and number of peaks for each period specified in by. The units of recharge are inches.

See Also

rora, setSeasons

Examples

# See the vignette

USGS-R/DVstats documentation built on Oct. 11, 2022, 6:03 a.m.