R version 2.8.0 (2008-10-20) Copyright (C) 2008 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(11,11,12,14,7,9,9,5,6,8,6,7,10,9,8,5,4,7,4,3,6,6,9,13,17,23,25,30,24,20,27,32,26,25,27,25,29,34,33,36,43,44,39,41,37,38,40,48,50,47,51,53,56,60,60,59,55,60,62,64,50,50,48,46,42,35,34,35,36,29,26,23,21,19,22,22,25,21,24,22,26,35,36,42,50,43,42,46,41,37,41,42,39,37,37,26,26,31,40,37,51,55,48,43,41,35,36,26,31,32,21,14,10,14,12,10,12,9,14,23,17,16,7,9,9,14,12,23,12,15,6,6,1,3,-1,-4,-6,-9,-13,-13,-10,-12,-9,-15,-14,-18,-13,-2,-1,5,8,6,7,15,23,43,60,36,28,23,23,22,22,24,32,27,27,27,29,38,40,45,50,43,44,44,49,42,36,57,42,39,33,32,34,37,38,28,31,28,30,39,38,39,38,37,32,32,44,43,42,38,37,35,37,33,24,24,31,25,28,24,25,16,17,11,12,39,19,14,15,7,12,12,14,9,8,4,7,3,5,0,-2,6,11,9,17,21,21,41) > par3 = 'Consumer confidence: Prospect unemployement for the next 12 months, in Belgium (11/1988 - 10/2008)' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=528000030|910000082&Lang=N' > par1 = 'Consumer confidence: Prospect unemployement (11/1988 - 10/2008)' > ylab = 'Prospect index unemployement' > xlab = 'Months (11/1988 - 10/2008)' > main = 'Consumer prospect unemployement' > #'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/17yeq1228928310.ps",horizontal=F,pagecentre=F,paper="special",width=13.888888888889,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/2v1py1228928310.tab") > > system("convert tmp/17yeq1228928310.ps tmp/17yeq1228928310.png") > > > proc.time() user system elapsed 0.431 0.233 0.582