campy {gsse401} | R Documentation |
The campy
data frame has 60 rows and 4 columns.
This data-set records monthly numbers of incident campylobacter cases in the Morecambe Bay area, from January 1990 to December 1994 inclusive.
data(campy)
This data frame contains the following columns:
Supplied by Dr K Jones (Lancaster University, UK).
data(campy) attach(campy) plot(month, cases) lines(month, nstrend, lty=2) lines(month, strend, lty=3)