qdoyPeriods: DOY quantiles for several periods

Description Usage Arguments Value Author(s) See Also Examples

View source: R/qdoyPeriods.R

Description

Quantiles per DOY for several time periods. Enables analysis of seasonality changes over time.

Usage

1
2
qdoyPeriods(name, disdf = get("dis"), sans1999 = FALSE, shift = 117,
  RPs = RPvals, time = c(1920, 1950, 1980, 2010), ...)

Arguments

name

Character: Name of gauge to be analyzed, see gnames

disdf

Dataframe with columns "date" and name. DEFAULT: dis

sans1999

Logical: exclude the values from 1999? (Pentecost flood) DEFAULT: FALSE

shift, RPs

Arguments passed to qdoyCompute

time

Period beginnings (and ending of last one). DEFAULT: c(1920,1950,1980,2010)

...

Further arguments passed to qdoyCompute

Value

3d array for each doy, quantile and period

Author(s)

Berry Boessenkool, berry-b@gmx.de, Jun 2017

See Also

qdoyCompute, qdoyVis, rfs-package

Examples

1
# see   ?rfs-package

brry/rfs documentation built on May 24, 2019, 3:05 a.m.