R version 2.12.1 (2010-12-16) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-redhat-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(5939520.00,89948768.00,80953652.00,85942882.00,8944937.00,82975432.00,24940816.00,21973899.00,37950221.00,45949881.00,85950373.00,48960313.00,81954506.00,24960419.00,65973338.00,22950513.00,54963528.00,90995659.00,91967517.00,28999053.00,96990529.00,38979852.00,81496957.00,74982424.00,70976192.00,90990000.00,12998850.00,92986156.00,67994976.00,91022206.00,87992489.00,21022698.00,11018942.00,79100042.00,65996442.00,51000620.00,12996871.00,44994249.00,99996135.00,91977037.00,63974211.00,15998036.00,65974265.00,33984410.00,45939098.00,67935827.00,66921032.00,89911836.00,71890975.00,72880342.00,28871286.00,41844334.00,82847667.00,24871401.00,3867451.00,99896846.00,41890361.00,45884264.00,69884586.00,95896400.00,39904491.00,81900399.00,27909863.00,88900470.00,89917101.00,2945005.00,4934411.00,61957264.00,31946515.00,3938309.00,52933321.00,21947613.00) > par4 = '12' > par3 = 'de stijging van de productie' > par2 = 'economagic' > par1 = 'industriƫle productie' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'de industriƫle productie' > #'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. 2945000 28630000 62970000 55680000 82880000 100000000 > n <- length(x) > postscript(file="/var/www/wessaorg/rcomp/tmp/1p6mu1297928187.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=5.5555555555556,height=8.3333333333333) > 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/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/www/wessaorg/rcomp/tmp/281no1297928187.tab") > > try(system("convert tmp/1p6mu1297928187.ps tmp/1p6mu1297928187.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.480 0.090 0.577