HansenForcing: Hansen forcing dataset.

Description Usage Format References Examples

Description

This is the Hansen forcing dataset from Hansen et al. (2010).

Usage

1

Format

The data is a list that contains these objects:

Year

Time index denoting the year of the observations.

Forcing

Annual adjusted radiative forcing.

References

Hansen, J. and Ruedy, R. and Sato, M. and and Lo, K. 2010: Global surface temperature change, Rev. Geophys., 48, RG4004, doi:10.1029/2010RG000345.

Examples

1
2
3
4
5
6
7
8
# Load data
data(HansenForcing, package = "INLA.climate")

#Plot temperature
plot(HansenForcing$Year,HansenForcing$Temperature)

#Plot forcing
plot(HansenForcing$Year,HansenForcing$Forcing)

eirikmn/INLA.climate.test documentation built on Feb. 2, 2020, 9:17 a.m.