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(107.68,107.88,108.22,108.34,109,109.54,109.54,109.54,109.88,110.19,110.33,110.33,110.52,111.23,111.76,112.13,112.17,112.4,112.4,112.4,112.56,112.65,112.8,112.8,113.03,113.36,113.42,113.77,113.97,114.05,114.17,114.41,114.4,114.5,114.62,114.57,114.65,115.47,116.06,116.4,116.56,116.85,117.03,117.4,117.45,117.49,118.19,118.67,119.1,119.73,120.35,120.79,121.01,121.26,121.41,122.49,123.02,123.29,123.34,123.34) > par3 = 'Maandelijks Indexcijfer van de consumptieprijzen per groep van producten: Schoeisel reparatie, periode 01/2001 t.e.m. 12/2005 ' > par2 = 'www.nbb.be/belgostat/PresentationLinker?TableId=51000059&Lang=N' > par1 = 'Univariate time series' > ylab = 'Indexcijfer' > xlab = 'Maand' > main = 'Indexcijfer consumptieprijzen: Reparatie' > #'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/1llzc1255263997.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/20zwq1255263997.tab") > > system("convert tmp/1llzc1255263997.ps tmp/1llzc1255263997.png") > > > proc.time() user system elapsed 0.382 0.179 0.916