Description Usage Arguments Value Author(s) See Also Examples
View source: R/qdoyVisPeriods.R
Visualize seasonality changes: compare periods
| 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, ...)
 | 
| name | Gauge station name | 
| seaslist | Named list as e.g. returned by  | 
| qdp | Array with qualtiles per doy and period as returned by
 | 
| dist | Distribution function: gev or empirical. DEFAULT: "gev" | 
| metadf | Dataframe with metadata. DEFAULT:  | 
| 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  | 
| map | Should  | 
| 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  | 
| 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
 | 
| 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  | 
Nothing?
Berry Boessenkool, berry-b@gmx.de, Jun 2017
qdoyPeriods, qdoyCompute, rfs-package
| 1 | # see   ?rfs-package
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.