Learn R Programming

RCMinification (version 1.4)

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

Arguments

Format

A numeric vector

Examples

Run this code
    temps <- ts(Globaltemps, start = 1880, end = 2016) 
    ts.plot(temps, ylab =  "Change in Temperature")

Run the code above in your browser using DataLab