R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 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(2.8,3.08,3.89,3.68,4.62,5.07,5.22,4.94,5.14,4.8,3.89,3.54,3.34,2.8,1.6,1.56,0.68,-0.11,-0.66,-0.2,-0.62,-0.59,-0.3,-0.26,-0.08,0.13,0.94,1.05,1.59,2.03,2.15,2.05,2.56,2.54,2.53,2.6,2.71,2.82,2.92,2.87,2.89,3.27,3.32,3.14,3.04,3.09,3.39,3.24,3.38,3.41,3.14,2.96,2.74,2.21,2.24,2.56,2.39,2.49,2.17,2.16,1.48,1.09,1.25,1.27,1.39,1.69,1.55,1.19,1.08,0.94,0.98,1.01,1.25,1.17,1.02,0.67,0.26,0.14,0.22,0.02,0.03,0.1,-0.01,-0.01) > par4 = '12' > par3 = 'De Belgische gezondheidsindex van 01/2008 tot 12/2014' > par2 = 'http://www.nbb.be/belgostat/DataAccesLinker?Lang=N&Dom=226&Table=1002' > par1 = 'Gezondheidsindex van België' > ylimmax = '' > ylimmin = '' > ylab = 'Gezondheidsindex' > xlab = 'Tijd' > main = 'Gezondheidsindex België' > par4 <- '12' > par3 <- 'De Belgische gezondheidsindex van 01/2008 tot 12/2014' > par2 <- 'http://www.nbb.be/belgostat/DataAccesLinker?Lang=N&Dom=226&Table=1002' > par1 <- 'Gezondheidsindex van 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. -0.660 0.970 2.155 1.980 3.050 5.220 > n <- length(x) > postscript(file="/var/wessaorg/rcomp/tmp/1053h1422540848.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/2tujy1422540848.tab") > > try(system("convert tmp/1053h1422540848.ps tmp/1053h1422540848.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.559 0.102 0.659