Globaltemps | R Documentation |
Global average temperatures are recorded in terms of number of Celsius degrees above a baseline temperature from 1880 to 2016. The baseline temperature is the average temperature for the year 1990.
data(Globaltemps)
A numeric vector
temps <- ts(Globaltemps, start = 1880, end = 2016) ts.plot(temps, ylab = "Change in Temperature")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.