R version 2.6.1 (2007-11-26) Copyright (C) 2007 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(3.42,3.42,3.43,3.47,3.51,3.52,3.52,3.52,3.52,3.52,3.52,3.52,3.52,3.52,3.58,3.6,3.61,3.61,3.61,3.63,3.68,3.69,3.69,3.69,3.69,3.69,3.69,3.69,3.728968254,3.739636015,3.750303777,3.760971538,3.771639299,3.782307061,3.792974822,3.803642583,3.814310345,3.824978106,3.835645868,3.846313629,3.85698139,3.867649152,3.878316913,3.888984674,3.899652436,3.910320197,3.920987958,3.93165572,3.942323481,3.952991242,3.963659004,3.974326765,3.984994527,3.995662288,4.006330049,4.016997811,4.027665572,4.038333333,4.049001095,4.059668856,4.070336617,4.081004379,4.09167214,4.102339901,4.113007663,4.123675424,4.134343186,4.145010947,4.155678708,4.16634647,4.68,4.68) > par3 = 'inflatie prijzen tabak' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=151000096&Lang=N' > par1 = 'consumptieprijzen tabak' > ylab = 'prijs' > xlab = 'tijd' > main = 'prijzen tabak' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: Wessa P., (2007), Plot of univariate data series (v1.0.1) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_univariatedataseries.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/1x8bd1203263230.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 > 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/2hkpp1203263230.tab") > > system("convert tmp/1x8bd1203263230.ps tmp/1x8bd1203263230.png") > > > proc.time() user system elapsed 0.595 0.178 0.893