| traffic {MSwM} | R Documentation |
Traffic Deads in Spain
Description
The traffic data contains the daily number of deaths in traffic accidents in Spain during the year 2010, the average daily temperature and
the daily sum of precipitations.
Usage
data(traffic)
Format
A data frame with 210 observations on the following 2 variables.
DateThe date of each observation in format DD/MM/YYYY.
NDeadThe number of daily traffic deaths.
TempThe daily mean temperature in Spain (Celsius).
PrecThe daily mean precipitation in Spain (l/m2).
Source
The data were obtained from the General Directorate of Traffic (Direccion General de Trafico) and the State Meteorological Agency of Spain (Agencia Estatal de Meterorologia de Espanya).
Examples
data=data(traffic)
ts.plot(traffic$NDead)
##See the vignette
#vignette("examples")
[Package MSwM version 1.5 Index]