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(1.894,1.757,3.582,5.321,5.561,5.907,4.944,4.966,3.258,1.964,1.743,1.262,2.086,1.793,3.548,5.672,6.084,4.914,4.990,5.139,3.218,2.179,2.238,1.442,2.205,2.025,3.531,4.977,7.998,4.880,5.231,5.202,3.303,2.683,2.202,1.376,2.422,1.997,3.163,5.964,5.657,6.415,6.208,4.500,2.939,2.702,2.090,1.504,2.549,1.931,3.013,6.204,5.788,5.611,5.594,4.647,3.490,2.487,1.992,1.507,2.306,2.002,3.075,5.331,5.589,5.813,4.876,4.665,3.601,2.192,2.111,1.580,2.288,1.993,3.228,5.000,5.480,5.770,4.962,4.685,3.607,2.222,2.467,1.594,2.228,1.910,3.157,4.809,6.249,4.607,4.975,4.784,3.028,2.461,2.218,1.351,2.070,1.887,3.024,4.596,6.398,4.459,5.382,4.359,2.687,2.249,2.154,1.169,2.429,1.762,2.846,5.627,5.749,4.502,5.720,4.403,2.867,2.635,2.059,1.511,2.359,1.741,2.917,6.249,5.760,6.250,5.134,4.831,3.695,2.462,2.146,1.579) > par4 = '12' > par3 = 'huwelijken per maand' > par2 = 'Bron:Algemene Directie Statistiek en Economische Informatie - Thematische Directie Samenleving.' > par1 = 'Aantal huwelijken per maand 2000-2010' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'Univariate Data' > postscript(file="/var/fisher/rcomp/tmp/14khl1355674324.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/fisher/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/fisher/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/fisher/rcomp/tmp/2ist81355674324.tab") > > try(system("convert tmp/14khl1355674324.ps tmp/14khl1355674324.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.887 0.260 1.123