powered by
Plots results by month.
plotMonth(data, resp, panels=12, …)
a data frame.
response variable to plot.
number of panels to use in plot (1 or 12). 12 gives one panel per month, 1 plots all the months in the same panel.
further arguments passed to or from other methods.
Assumes the data frame contains variables called year and month.
Barnett, A.G., Dobson, A.J. (2010) Analysing Seasonal Health Data. Springer.
# NOT RUN { data(CVD) plotMonth(data=CVD, resp='cvd', panels=12) # }
Run the code above in your browser using DataLab