x <- c(2.260,2.498,2.695,2.799,2.947,2.930,2.318,2.540,2.570,2.669,2.450,2.842,3.440,2.678,2.981,2.260,2.844,2.546,2.456,2.295,2.379,2.471,2.057,2.280,2.351,2.276,2.548,2.311,2.201,2.725,2.408,2.139,1.898,2.539,2.070,2.063,2.565,2.443,2.195,2.798,2.075,2.628,2.289,2.154,2.470,2.138,1.851,2.078,1.794,1.756,2.236,1.957,1.827,2.523,2.075,2.366,2.173,2.094,1.836,1.858,2.041,2.134,2.922,3.253,3.320,3.563,2.307,1.620,1.316,1.504,1.415,1.660,1.787,1.712,2.065,1.802,2.231,1.929,1.723,2.165,2.113)
par4 = '12'
par3 = 'bouwvergunning die over heel België met betrekking tot residentiële nieuwbouw'
par2 = 'economie stastitics Belgium'
par1 = 'aantal bouwvergunningen'
ylimmax = ''
ylimmin = ''
ylab = 'aantal vergunningen'
xlab = 'Jaar'
main = 'aantal bouwvergunningen België'
#'GNU S' R Code compiled by R2WASP v. 1.0.44 ()
#Author: Dr. Ian E. Holliday
#To cite this work: Ian E. Holliday, 2009, YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/
#Source of accompanying publication: 
#Technical description: 
if (par4 != 'No season') {
par4 <- as.numeric(par4)
if (par4 < 4) par4 <- 12
}
summary(x)
n <- length(x)
postscript(file="/var/wessaorg/rcomp/tmp/13os91328685969.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) 
if (par4=='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,10))
}
if (par4!='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,par4))
grid(nx=0,ny=NULL,col='black')
abline(v=seq(1,n,par4),col='black',lty='dotted')
}
dev.off()

#Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab
load(file="/var/wessaorg/rcomp/createtable")

a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Univariate Dataseries',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Name of dataseries',header=TRUE)
a<-table.element(a,par1)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Source',header=TRUE)
a<-table.element(a,par2)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Description',header=TRUE)
a<-table.element(a,par3)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Number of observations',header=TRUE)
a<-table.element(a,length(x))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file="/var/wessaorg/rcomp/tmp/2ewpp1328685969.tab") 

try(system("convert tmp/13os91328685969.ps tmp/13os91328685969.png",intern=TRUE))

