plotMonth: Plot results by month

Description Usage Arguments Author(s) References Examples

View source: R/plotMonth.R

Description

Plots results by month.

Usage

1
plotMonth(data, resp, panels=12, ...)

Arguments

data

a data frame.

resp

response variable to plot.

panels

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.

Author(s)

Adrian Barnett a.barnett<at>qut.edu.au

References

Barnett, A.G., Dobson, A.J. (2010) Analysing Seasonal Health Data. Springer.

Examples

1
2
data(CVD)
plotMonth(data=CVD, resp=cvd, panels=12)

season documentation built on May 2, 2019, 5:22 p.m.