File:Global Temperatures 1880-2012 according to Nasa.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 720 × 450 pixels, file size: 77 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Surface and Ocean measures (connected dots,5-year moving average in red, aspect1.6), Data from http://data.giss.nasa.gov/gistemp/graphs_v3/Fig.A2.txt
Date
Source Own work
Author Glockenklang1
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField

R code

rm(list=ls())
data <- read.table("Fig.A2.noheader.txt")
data[3] = NULL

svg("Tt.svg", width= 8, height=5); fd<-filter(data[,2],rep(1/5,5), sides=2); par(mar = c(5,5,4,3) + 0.1);
plot(data,
     main="Globale Oberflächentemperaturen (Basis 1951-80)",
     ylab=expression(paste(Delta," T[K]")),
     xlab="Jahr",
     cex=.7,
     pch=16,
     cex.main=1.5,
     cex.axis=1.5,
     cex.lab=1.5);
lines(fd~data[,1],col='red',lwd=2);lines(data,lwd=1.5,lty=2);
dev.off()

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:55, 17 March 2018Thumbnail for version as of 09:55, 17 March 2018720 × 450 (77 KB)DeWikiMan (talk | contribs)update (-2017)
23:34, 22 June 2014Thumbnail for version as of 23:34, 22 June 2014720 × 450 (90 KB)Kopiersperre (talk | contribs)update
22:50, 22 July 2013Thumbnail for version as of 22:50, 22 July 2013720 × 450 (92 KB)Glockenklang1 (talk | contribs)User created page with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata