cumugram | R Documentation |
Various functions for visual display of data and statistics
cumugram(
x,
it = NULL,
start = "-01-01",
prog = FALSE,
plot = TRUE,
verbose = FALSE,
FUN = "mean",
main = NULL,
new = FALSE,
...
)
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 |
cumugram
shows the running cumulative mean or sum of a time series
wheel graph visprob conf vis diagram scatter plot map
data(bjornholt)
cumugram(bjornholt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.