Globaltemps {RCMinification} | R Documentation |
Global Average Temperature Changes
Description
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.
Usage
data(Globaltemps)
Format
A numeric vector
Examples
temps <- ts(Globaltemps, start = 1880, end = 2016)
ts.plot(temps, ylab = "Change in Temperature")
[Package RCMinification version 1.2 Index]