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(16.100,15.800,16.900,17.800,17.600,18.300,18.000,15.700,14.500,14.000,15.500,15.800,15.800,15.900,18.000,19.900,20.600,20.600,20.800,20.000,18.500,17.700,17.000,16.600,16.700,17.300,19.100,20.200,20.700,21.500,21.000,16.800,16.800,16.500,17.200,17.300,17.600,18.400,19.900,20.500,21.200,21.300,20.800,18.800,18.100,18.100,18.800,18.700,18.700,19.000,20.100,20.500,21.600,21.800,21.500,21.200,20.400,20.400,20.600,19.300,18.600,19.400,23.500,24.600,25.900,26.600,24.100,21.800,21.300,21.100,21.200,21.600) > par3 = 'consumptieprijs per jaar aan sinaasappelen' > par2 = 'www.belgostat.be' > par1 = 'Consumptieprijzen sinaasappelen' > ylab = 'consumptieprijs' > xlab = 'tijd' > main = 'Consumptieprijzen sinaasappelen' > #'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/13hmj1203191577.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/2s1nv1203191577.tab") > > system("convert tmp/13hmj1203191577.ps tmp/13hmj1203191577.png") > > > proc.time() user system elapsed 0.602 0.183 0.807