timeSeries | R Documentation |
Aggregate time series fatality data from the Vestry report.
timeSeries(vestry = FALSE)
vestry |
Logical. |
A R list with two objects: "data" and "source" ("snow" or "vestry").
date
: Calendar date.
day
: Day of the week.
deaths
: Measure of fatality.
fatal.attacks
: Measure of fatality.
The "snow" data appears on p. 117 of the report; the "vestry" data appear in Appendix B on p.175.
plot.time_series
, print.time_series
, vignette("time.series")
timeSeries(vestry = TRUE)
plot(timeSeries())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.