Last data update: 2014.03.03

R: Annual global temperature, 1880-1985
globtpR Documentation

Annual global temperature, 1880-1985

Description

Surface air temperature departure from from a set value.

Usage

data(globtp)

Format

The format is: Time-Series [1:106] from 1880 to 1985: -0.4 -0.37 -0.43 -0.47 -0.72 -0.54 -0.47 -0.54 -0.39 -0.19 ...

Source

James Hansen and Sergej Lebedeff, Global Trends of Measured Surface Air Temperature, Journal of Geophysical Research, Vol. 92, No. D11, pages 13,345-13,372, November 20, 1987.

Examples

data(globtp)
plot(globtp)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(FGN)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/FGN/globtp.Rd_%03d_medium.png", width=480, height=480)
> ### Name: globtp
> ### Title: Annual global temperature, 1880-1985
> ### Aliases: globtp
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(globtp)
> plot(globtp)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>