File:GDP PIB tunisia.svg

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

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

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[edit]

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.

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)YassineMrabet (talk | contribs)add "Tunisia" to title
20:31, 8 November 2012Thumbnail for version as of 20:31, 8 November 2012630 × 630 (67 KB)YassineMrabet (talk | contribs)more legible axes labels
22:14, 7 November 2012Thumbnail for version as of 22:14, 7 November 2012630 × 630 (67 KB)YassineMrabet (talk | contribs)plot with ggplot2 smooth lm -> loess
14:37, 15 January 2012Thumbnail for version as of 14:37, 15 January 2012515 × 421 (168 KB)YassineMrabet (talk | contribs)Update
16:15, 12 November 2009Thumbnail for version as of 16:15, 12 November 2009572 × 414 (54 KB)YassineMrabet (talk | contribs)title
15:44, 12 November 2009Thumbnail for version as of 15:44, 12 November 2009572 × 414 (55 KB)YassineMrabet (talk | contribs){{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

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata