R version 3.3.1 (2016-06-21) -- "Bug in Your Hair" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-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(89.8,101.7,92.7,116.2,134.2,153.3,129.7,137.6,158.8,197.1,171.1,184.4,216.6,219.3,184.2,205.3,216.8,219.4,172.1,165.3,178.9,163,116.2,121.8,124.1,125.7,81.8,94.8,121.5,136.3,109.6,120.7,154.1,154.4,153.3,157.3,192.1,223,220.6,221.7,239.2,251.2,238.3,240.6,250.3,256.7,239.2,189.9,155.9,138.4,124.7,119.4,116,124.9,123.4,124.4,135.5,143.6,130.6,116.6,118.2,116.1,106,94.9,97.1,96.8,93.7,91,95.1,105.7,112.9,112.1,112.9,108.2,127,136.5,130.9,136.3,129.7) > par4 = '12' > par3 = 'Som van economische activiteiten en bedrijfsgrootte ' > par2 = 'Cbs.nl ' > par1 = 'openstaande vacatures België' > ylimmax = '' > ylimmin = '' > ylab = 'aantal openstaande vacatures ' > xlab = 'tijd in kwartalen ' > main = 'Openstaande vacatures per kwartaal' > par4 <- '12' > par3 <- 'Som van economische activiteiten en bedrijfsgrootte ' > par2 <- 'Cbs.nl ' > par1 <- 'openstaande vacatures België' > #'GNU S' R Code compiled by R2WASP v. 1.2.291 () > #Author: root > #To cite this work: Wessa P., (2012), Plot of univariate data series (v1.0.4) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_univariatedataseries.wasp/ > #Source of accompanying publication: > # > if (par4 != 'No season') { + par4 <- as.numeric(par4) + if (par4 < 4) par4 <- 12 + } > summary(x) Min. 1st Qu. Median Mean 3rd Qu. Max. 81.8 116.2 134.2 149.6 181.6 256.7 > n <- length(x) > postscript(file="/var/wessaorg/rcomp/tmp/1zuuu1474916509.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() 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/2p2071474916509.tab") > > try(system("convert tmp/1zuuu1474916509.ps tmp/1zuuu1474916509.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.505 0.038 0.541