R Dataset / Package gamclass / loti

On this R-data statistics page, you will find information about the loti data set which pertains to Global temperature anomalies. The loti data set is found in the gamclass R package. You can load the loti data set in R by issuing the following command at the console data("loti"). This will load the data into a variable called loti. If R says the loti data set is not found, you can try installing the package by issuing this command install.packages("gamclass") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the loti R data set. The size of this file is about 8,533 bytes.

Global temperature anomalies

Description

Anomalies, for the years 1880 to 2010, from the 1951 - 1980 average. These are the GISS (Goddard Institute for Space Studies) Land-Ocean Temperature Index (LOTI) data

Usage

loti

Format

A data frame with 131 observations on the following 19 variables.

Jan

a numeric vector

Feb

a numeric vector

Mar

a numeric vector

Apr

a numeric vector

May

a numeric vector

Jun

a numeric vector

Jul

a numeric vector

Aug

a numeric vector

Sep

a numeric vector

Oct

a numeric vector

Nov

a numeric vector

Dec

a numeric vector

J.D

Jan-Dec averages

D.N

Dec-Nov averages

DJF

Dec-Jan-Feb averages

MAM

Mar-Apr-May

JJA

Jun-Jul-Aug

SON

Sept-Oct-Nov

Year

a numeric vector

Source

http://data.giss.nasa.gov/gistemp/tabledata/GLB.Ts+dSST.txt

Examples

data(loti)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-gamclass-loti.html" width="100%" height="100%" style="border:0px"></iframe>