cumugram: InfoGraphics

View source: R/cumugram.R

cumugramR Documentation

InfoGraphics

Description

Various functions for visual display of data and statistics

Usage

cumugram(
  x,
  it = NULL,
  start = "-01-01",
  prog = FALSE,
  plot = TRUE,
  verbose = FALSE,
  FUN = "mean",
  main = NULL,
  ...
)

Arguments

x

an input object of class 'station'

it

A list or data.frame providing time index, e.g. month

start

year and month, e.g., '-01-01' to start in january

prog

a boolean; if TRUE show prognosis for end of year in cumugram

plot

a boolean; if TRUE show the plot

verbose

a boolean; if TRUE print information about progress

FUN

a function

main

main title

...

additional arguments

Details

cumugram shows the running cumulative mean or sum of a time series

See Also

wheel graph visprob conf vis diagram scatter plot map

Examples

data(bjornholt)
cumugram(bjornholt)


metno/esd documentation built on April 29, 2024, 3:34 p.m.