qdoyVisPeriods: Visualize seasonality changes

Description Usage Arguments Value Author(s) See Also Examples

View source: R/qdoyVisPeriods.R

Description

Visualize seasonality changes: compare periods

Usage

1
2
3
4
5
6
7
qdoyVisPeriods(name, seaslist = get("seas"), qdp = seaslist[[name]],
  dist = "gev", metadf = get("meta"), steps = 1:3, RPs = c(1.111, 2, 10,
  100), sd = -1, map = TRUE, axis = TRUE, legend = TRUE, x1 = 0.65,
  x2 = 0.95, y1 = 0.85, y2 = 1, text = TRUE, mar = c(1.8, 3.2, 3,
  0.2), ylim = NA, cex.axis = 1, lwd = 3, boxcol = 1, boxlwd = 1,
  maincex = 1, mainline = NA, mainadj = 0.35, mainsep = "\n",
  xticks.lwd = 1, x.line = 0, ...)

Arguments

name

Gauge station name

seaslist

Named list as e.g. returned by lapply(SOMENAMES, qdoyPeriods) DEFAULT: seas

qdp

Array with qualtiles per doy and period as returned by qdoyPeriods. DEFAULT: seaslist[[name]]

dist

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

metadf

Dataframe with metadata. DEFAULT: meta

steps, RPs

Which of the periods and quantiles should be plotted? DEFAULT: 1:3 (all of them), c(1.111,2,10,50,200)

sd

Smoothing degree, see smoothFFT. DEFAULT: negative value to suppress smoothing

map

Should minimap be added? DEFAULT: TRUE

axis

Should x axis with months be added? DEFAULT: TRUE

legend

Should Period legend be added in topright? DEFAULT: TRUE

x1, x2, y1, y2

Location of legend. See smallPlot

text

Should lines be labeled with quantiles? DEFAULT: TRUE

mar

Margins passed to par. DEFAULT: c(1.8,3.2,3,0.2)

ylim

Y axis limits. Either a vector with two values, as usual in plot, or a single value, passed to lim0, or NA for the automatic maximum of selected data. DEFAULT: NA

cex.axis

Size of axis labels (also y axis) and text. DEFAULT: 1

lwd

Line width. DEFAULT: 3

boxcol, boxlwd

Color and width of box around plot region. DEFAULTS: 1,1

maincex, mainline, mainadj, mainsep

Arguments to customize the title.

xticks.lwd, x.line

X axis tick width and line. DEFAULT. 1,0

...

Further arguments passed to qdoyCompute

Value

Nothing?

Author(s)

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

See Also

qdoyPeriods, qdoyCompute, rfs-package

Examples

1
# see   ?rfs-package

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