dLagM (version 1.0.19)

warming: 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)

Arguments

Format

Multiple time series

References

https://climate.nasa.gov/vital-signs/global-temperature/

http://www.oica.net/category/production-statistics/

Examples

Run this code
# NOT RUN {
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.")
# }

Run the code above in your browser using DataLab