R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-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(19246,17549,16428,16209,15235,16186,24971,30776,26416,23157,20155,19790,18849,17573,16597,16158,15507,16433,26325,31144,30535,27596,24064,23854,22407,21125,20226,19547,18933,20372,34331,37329,36761,32737,29321,28883,27436,25101,23776,23782,23027,25606,41328,44751,42855,37628,33544,33275,32009,30813,29143,28121,27007,29112,44067,48481,46581,41166,36824,35936,33633,31630,30434,28546,27660,29830,45599,49303,44417,40386,35544,35019,30400,29602,27701,27937,27283,29372,42821,45386,40170,34371,30077,29251,27202,25714,23784,22968,22243,24255,37282,38794,31828,27949,24605,25695,23338,21941,22034,20637,19418,22454,33261,34995,29132,26171,23828,25743,25204,25679,25281,25136,24794,28278,40062,42590,37885,34061,32412,34647,31750,31288,29331,28768,27780,30113,41240,43271,38108,34382,31551) > par4 = '12' > par3 = 'hooggeschoolde werklozen' > par2 = 'www.vdab.be' > par1 = 'hooggeschoolde werklozen' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'hooggeschoolde werklozen' > #'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) Min. 1st Qu. Median Mean 3rd Qu. Max. 15240 23810 28770 29380 34350 49300 > n <- length(x) > postscript(file="/var/www/rcomp/tmp/12eok1292952559.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/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/www/rcomp/tmp/2ynmb1292952559.tab") > > try(system("convert tmp/12eok1292952559.ps tmp/12eok1292952559.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.480 0.110 0.581