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(30546,28335,26092,25309,23587,22776,34216,43120,36500,32188,28504,27994,27948,26563,25728,25450,23860,24165,37242,44523,42787,39047,33953,33828,32963,31460,30451,28985,27591,28324,46773,51961,48307,43831,40340,39892,39003,36227,34220,33066,31385,33854,53418,58128,53667,48083,43398,43175,42360,40683,38031,35694,33705,35148,53372,58260,53518,47790,42691,41523,39425,37346,35981,34160,32229,33591,51566,55747,50507,45807,40467,39507,34123,34060,31377,31749,30079,31015,45675,47126,43093,34387,30027,28475,28155,25510,23417,21841,20358,22337,37079,38287,31061,26495,23406,23885,22943,21413,20631,19775,17506,20688,32631,34062,29159,25871,23719,25638,27596,28006,27662,26655,25213,28434,40388,42758,37956) > par3 = 'dit is mijn beschrijving' > par2 = 'belgostat' > par1 = 'mijn tijdreeks' > ylab = 'value' > xlab = 'index' > main = 'hello world' > #'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/15luf1256025375.ps",horizontal=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/2udvd1256025376.tab") > > system("convert tmp/15luf1256025375.ps tmp/15luf1256025375.png") > > > proc.time() user system elapsed 0.381 0.178 0.767