R version 2.8.1 (2008-12-22) 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(10.1200,10.1200,10.0500,10.1400,10.1700,10.2000,10.2000,10.3500,10.4300,10.5200,10.5700,10.5700,10.5700,10.6500,10.5700,10.6100,10.6300,10.7100,10.7200,10.7700,10.7900,10.8200,10.9000,10.8300,10.9200,10.9100,10.8800,10.8700,11.0000,10.9900,11.0300,11.0400,10.9900,10.9000,11.0000,10.9900,10.9200,10.9800,11.1500,11.1900,11.3300,11.3800,11.4000,11.4500,11.5600,11.6100,11.8200,11.7700,11.8500,11.8200,11.9200,11.8600,11.8700,11.9400,11.8600,11.9200,11.8300,11.9100,11.9300,11.9900,11.9600,12.1200,11.8500,12.0100,12.1000,12.2100,12.3100,12.3100,12.3900,12.3500,12.4100,12.5100,12.2700,12.5100,12.4400,12.4700,12.5100) > par3 = 'Gemiddelde consumptieprijs van biefstuk in België' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?Order=true&prop=null' > par1 = 'Gemiddelde consumptieprijs biefstuk' > ylab = '10,1200' > xlab = '2003-01    ' > main = 'Gemiddelde consumptieprijs van biefstuk' > #'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/rcomp/tmp/1k4411253955046.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/25jwn1253955046.tab") > > system("convert tmp/1k4411253955046.ps tmp/1k4411253955046.png") > > > proc.time() user system elapsed 0.420 0.320 0.698