warming {dLagM} | R Documentation |
Global warming and vehicle production data
Description
This data set is composed of annual mean global warming series between 1997 and 2016 showing the change in global surface temperature relative to 1951-1980 average temperatures and the number of vehicles produced (in millions) within the same time span over the globe.
Usage
data(warming)
Format
Multiple time series
Source
Global Climate Center, NASA Organisation Internationale des Constructeurs d'Automobiles (OICA)
References
https://climate.nasa.gov/vital-signs/global-temperature/
https://www.oica.net/category/production-statistics/
Examples
data(warming)
vehicleWarming.ts = ts(warming[,2:3], start = 1997)
plot(vehicleWarming.ts, main="Time series plots
of global warming and the nuber of produced motor
vehciles series.")
[Package dLagM version 1.1.13 Index]