qdoyVis: Visualize seasonality of discharge

Description Usage Arguments Value Author(s) See Also Examples

View source: R/qdoyVis.R

Description

Visualize seasonality of discharge via quantile per DOY.

Usage

1
2
3
qdoyVis(qd, dist = "gev", RPs = c(1.111, 2, 10, 50, 200), cols = RPcols,
  main = dist, ylim = NA, add = FALSE, shift = 0, labelindex = 200,
  ...)

Arguments

qd

Object returned by qdoyCompute

dist

Distribution function: gev or empirical. DEFAULT: "gev"

RPs

Return periods to be plotted (must be present in qd). DEFAULT: c(1.111,2,10,50,200)

cols

Colors for each line. Must have "RP.x" as names (or it is tried to set them). DEFAULT: RPcols

main

Plot title. DEFAULT: dist

ylim

Y axis limits. DEFAULT: NA (computed internally from qd)

add

Logical: add to existing plot?

shift

Shift of year break, see qdoyCompute. DEFAULT: 0

labelindex

Index along X axis at which to label lines. Can be vectorized for each RP. 0 to suppress. DEFAULT: 200

...

Further arguments passed to plot

Value

Nothing, only plots

Author(s)

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

See Also

qdoyCompute, qdoyVisPeriods, rfs-package

Examples

1
# see   ?rfs-package

ERottler/rfs documentation built on May 20, 2019, 3:04 p.m.