Jump to content

File:GDP PIB tunisia.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file (SVG file, nominally 630 × 630 pixels, file size: 35 KB)

Summary

Description
English: Percentage of Tunisia GDP change rate compared to previous year from 1962 to 2011 (red color). LOESS smoother is added to the plot (blue color).

Source: Data from World Bank, World Development Indicators

R code:

# The dataset is obtained from <data.worldbank.org>
library(ggplot2)
svg("GDPTunisia.svg")
ggplot(GDP, aes(GDP$Year, GDP$GDPgrowth))+geom_line(colour="red")
+geom_point(colour="red")
+labs(title="Annual GDP Growth rate (%)")
+xlab("Year")
+ylab("")
+geom_smooth()
#geom_smooth: method="auto" and size of largest group is <1000,  
#so using loess. Use 'method = x' to change the smoothing method.
dev.off()
Date
Source Own work
Author

GYassineMrabetTalk

 
This W3C-unspecified chart was created with R.
 
This W3C-unspecified vector image was created with Inkscape .
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Other versions File:Tunisie PIB 1962-2005.svg (histogram)

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

12 November 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:54, 9 November 2012Thumbnail for version as of 22:54, 9 November 2012630 × 630 (35 KB)YassineMrabetadd "Tunisia" to title
20:31, 8 November 2012Thumbnail for version as of 20:31, 8 November 2012630 × 630 (67 KB)YassineMrabetmore legible axes labels
22:14, 7 November 2012Thumbnail for version as of 22:14, 7 November 2012630 × 630 (67 KB)YassineMrabetplot with ggplot2 smooth lm -> loess
14:37, 15 January 2012Thumbnail for version as of 14:37, 15 January 2012515 × 421 (168 KB)YassineMrabetUpdate
16:15, 12 November 2009Thumbnail for version as of 16:15, 12 November 2009572 × 414 (54 KB)YassineMrabettitle
15:44, 12 November 2009Thumbnail for version as of 15:44, 12 November 2009572 × 414 (55 KB)YassineMrabet{{Information |Description={{en|1=GDP growth rate expressed in % from 1962 to 2008. [http://perspective.usherbrooke.ca/bilan/servlet/BMTendanceStatPays?codeTheme=2&codeStat=SP.POP.GROW&codePays=TUN&codeTheme2=1&codeStat2=SP.PO
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file:

Metadata