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(95.01,92.48,94.07,92.72,97.31,95.95,97.39,99.03,99.23,96.76,97.49,97.8,98.46,98.55,99.41,100.39,101.66,100.57,100.46,100.48,98.97,99.07,100.5,100.96,101.19,101.66,103.36,103.99,104.91,105.85,107.92,111.36,108.63,103.69,105.67,106.15,108.49,110.3,112,111.75,113.17,112.75,111.79,112.24,106.07,106.05,106.19,108.66,108.73,108.93,108.66,109.31,108.89,109.28,108.96,108.72,109.57,108.35,108.07,107.56,107.95,106.29,102.46,102.82,103.91,103.85,103.46,103.7,104.14,103.27,103.58,102.54,103.23,103.65,102.67,103.18,103.35,103.5,103.38,104.47) > par3 = 'Indexcijfer consumptieprijzen pasta' > par2 = 'www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=151000022%7C910000082&Lang=N' > par1 = 'pasta' > ylab = 'value' > xlab = 'index' > main = 'Index Pasta' > #'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/1guyh1234441804.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/2zazj1234441804.tab") > > system("convert tmp/1guyh1234441804.ps tmp/1guyh1234441804.png") > > > proc.time() user system elapsed 0.391 0.190 0.777