File:GISS Global Land Ocean Index 201505.svg

From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 900 × 720 pixels, file size: 107 KB)

Summary[edit]

File information
Description

NASA GISS Global Land-Ocean Temperature Index (C) (Anomaly with Base: 1951-1980) SVG graphic redrawn as an update for the graph on Global_warming_hiatus by Drf5n (talk) 15:44, 5 June 2015 (UTC)

The generation code in R_(programming_language):

library(ggplot2); library(reshape2) ; library(scales)

giss<-read.table(
'http://data.giss.nasa.gov/gistemp/graphs_v3/Fig.A2.txt',
  skip=4,nrows=2015-1880+1,na.strings='*',col.names=c('Year','Annual','Avg_5y'))

p <- ggplot(melt(giss,id='Year',value.name='C'),
       aes(x=Year,y=C,colour=variable))+
       geom_line()+
       theme(legend.justification=c(0,1), legend.position=c(0,1))+
       ggtitle("Global Land-Ocean Temperature Index (C)\n (Anomaly with Base: 1951-1980)") +
       scale_colour_discrete(name="Time Series of annual anomalies",
         breaks=c("Annual","Avg_5y"),labels=c("Annual Mean","5-year_Mean"))+
       scale_x_continuous(breaks=pretty_breaks(n=20))
  ggsave("GISS_Global_Land_Ocean_Index_201505.svg",plot=p,width=10, height=8)
Source

Own work

Date
Author

Drf5n (talk) (Uploads)

Permission
(Reusing this file)

See below.


Drf5n (talk) 15:44, 5 June 2015 (UTC)

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:44, 5 June 2015Thumbnail for version as of 15:44, 5 June 2015900 × 720 (107 KB)Drf5n (talk | contribs)~~~~ Generated with <pre> library(ggplot2); library(reshape2) ; library(scales) giss<-read.table( 'http://data.giss.nasa.gov/gistemp/graphs_v3/Fig.A2.txt', skip=4,nrows=2015-1880+1,na.strings='*',col.names=c('Year','Annual','Avg_5y')) p <- ggplo...
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata