Experimental function for objects of class annex_stats.
Usage
# S3 method for class 'annex_stats'
plot(
x,
tod = c("07-23", "23-07", "all"),
by = c("year", "yearmon"),
ncol = 1L,
ask = NULL,
...
)
Arguments
- x
an object of class annex_stats
- tod
time of day
- by
should the statistics be plotted across years or year + month
- ncol
number of columns in plot
- ask
one of NULL, TRUE, or FALSE. Auto-detected if NULL
- ...
currently unused.