File:New Zealand Government Net Overseas Debt 1993 to 2010.png

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

New_Zealand_Government_Net_Overseas_Debt_1993_to_2010.png(650 × 500 pixels, file size: 7 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: New Zealand Government Net Overseas Debt 1993 to 30 June 2012 in billion $NZ
Date
Source

Own work Data: Reserve Bank of New Zealand http://rbnz.govt.nz/statistics/extfin/e3/download.html

http://rbnz.govt.nz/statistics/extfin/e3/he3.xls

https://spreadsheets.google.com/ccc?key=0AsLhMBA3NXL4dFFVXzBGdEhtY19tZmtlLTZiUzJRTFE&hl=en_GB
Author Mrfebruary
Other versions

R Programming Language code[edit]

download file http://rbnz.govt.nz/statistics/extfin/e3/he3.xls and 'save as' he3.csv to your R working directory

d <- read.csv("he3.csv", skip = 3,header=TRUE, sep=",", na.strings="na", dec=".", strip.white=TRUE)
png(file="nz-govt-debt-1993-2012.png",pointsize = 16,width=650,height=500)
plot(d$Govt/1000, ylim=c(0,50),axes="FALSE",type="n", main="New Zealand Government Overseas Debt 1993 to 2012",las=0,xlab="", ylab="$NZ billion",xaxt="n")
axis(side=2, las=2)
axis(side=1, las=3,at=c(2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78), labels=c(1993:2012))
abline(h=c(seq(5, 50, by = 5)),lty=3,col="darkgrey")
abline(v=c(2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78),col="darkgrey",lty=3)
points(d$Govt/1000,type="l",col=4,lwd=3)
mtext(side=3,line=0.6,cex=0.8,"Source: New Zealand Reserve Bank")
mtext(side=1,line=3.2,cex=1,"Year")
box(lwd=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.
 
This chart was created with R.

File history

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

Date/TimeThumbnailDimensionsUserComment
current05:33, 22 September 2012Thumbnail for version as of 05:33, 22 September 2012650 × 500 (7 KB)Mrfebruary (talk | contribs)update
07:23, 8 June 2011Thumbnail for version as of 07:23, 8 June 2011650 × 500 (8 KB)Mrfebruary (talk | contribs)

The following page uses this file:

File usage on other wikis

The following other wikis use this file: