R version 2.7.2 (2008-08-25) 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(118.76,119.28,119.89,120.38,121.39,121.86,122.21,122.61,123.7,125.53,126.03,126.17,126.39,127.55,128.86,129.59,130.4,130.52,130.55,130.67,131.13,132.15,132.69,132.8,132.96,133.05,133.23,135.32,136.22,136.33,136.53,136.6,136.77,137.49,138.06,138.46,138.34,139.06,139.95,140.41,141.39,141.87,141.91,141.99,142.26,142.38,143.17,143.28,143.8,144.16,145.36,146.83,147.56,148.04,148.69,148.93,149.21,149.86,150.64,150.69) > par3 = 'Onderhoud en reparatie' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=151000057&Lang=N' > par1 = 'Onderhoud en reparatie' > ylab = 'Onderhoud en reparatie' > xlab = 'Tijd' > main = 'Onderhoud en 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/13nhq1223933767.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/2rz231223933767.tab") > > system("convert tmp/13nhq1223933767.ps tmp/13nhq1223933767.png") > > > proc.time() user system elapsed 0.627 0.181 0.703