R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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(-963758.23,1015971.05,984130.18,-102221.02,-1400614.23,-697342.88,-143718.01,-137403.15,-26938.42,559165.67,630240.50,1070936.61,-820773.55,993274.14,741658.78,603574.44,-145764.28,-35170.50,395079.25,523126.12,462314.76,183390.00,791499.51,344725.71,-216960.53,406678.56,228589.68,-580063.61,-1550360.09,-1447503.96,-40143.03,-1033542.39,-925648.49,-347849.16,-447634.71,-102564.78,-2062178.59,-929671.72,-720782.44,-1541814.37,-1432300.32,-1216203.63,-212784.15,-378167.95,76871.42,-101326.64,220405.25,495595.25,-1035215.27,61793.28,-734770.95,-6884.17,-1061024.82,-854632.08,-186450.68,243969.97,-992648.64,-335214.42,316809.30,477614.94) > par4 = '12' > par3 = 'Verschil uitvoer - invoer' > par2 = 'www.belgostat.be' > par1 = '' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = '' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), 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: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > postscript(file="/var/www/html/rcomp/tmp/1xd5p1291116326.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/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/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/html/rcomp/tmp/2iv4d1291116326.tab") > try(system("convert tmp/1xd5p1291116326.ps tmp/1xd5p1291116326.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.367 0.184 0.802