R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- c(2.132,1.964,2.209,1.965,2.631,2.583,2.714,2.248,2.364,3.042,2.316,2.735,2.493,2.136,2.467,2.414,2.556,2.768,2.998,2.573,3.005,3.469,2.540,3.187,2.689,2.154,3.065,2.397,2.787,3.579,2.915,3.025,3.245,3.328,2.840,3.342,2.261,2.590,2.624,1.860,2.577,2.646,2.639,2.807,2.350,3.053,2.203,2.471,1.967,2.473,2.397,1.904,2.732,2.297,2.734,2.719,2.296,3.243,2.166,2.261,2.408,2.536,2.324,2.178,2.803,2.604,2.782,2.656,2.801,3.122,2.393,2.233,2.451,2.596,2.467,2.210,2.948,2.507,3.019,2.401,2.818,3.305,2.101,2.582,2.407,2.416,2.463,2.228,2.616,2.934,2.668,2.808,2.664,3.112,2.321,2.718,2.297,2.534,2.647,2.064,2.642,2.702,2.348,2.734,2.709,3.206,2.214,2.531,2.119,2.369,2.682,1.840,2.622,2.570,2.447,2.871,2.485,2.957,2.102,2.250,2.051,2.260,2.327,1.781,2.631,2.180,2.150,2.837,1.976,2.836,2.203,1.770) > par4 = '12' > par3 = 'Echtscheidingn per maand' > par2 = 'Bron:Algemene Directie Statistiek en Economische Informatie - Thematische Directie Samenleving.' > par1 = 'Aantal echtscheidingen per maand 2000-2010' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'Univariate Data' > postscript(file="/var/wessaorg/rcomp/tmp/1ppnd1355660050.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) > dev.off() null device 1 > > #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/2keqt1355660050.tab") > > try(system("convert tmp/1ppnd1355660050.ps tmp/1ppnd1355660050.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.858 0.177 1.050