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(58.1,57.9,57.3,55.9,55,55.9,56.6,57.3,56.2,57.7,56.8,57.9,58.3,58.2,56.9,57.1,56.7,54.2,54.2,52.1,51.5,51.8,53,52.4,52.41,52.36,52.94,52.34,51.84,51.42,50.85,50.66,51.53,51.59,52.32,51.98,51.17,50.57,49.84,50.12,49.08,48.57,47.22,46.78,46.04,45.05,44.42,44.09,44.46,44.34,43.04,42.87,42.32,42.49,41.94,41.6,41.42,41.12,41.28,40.21,39.69,39.16,38.8,38.44,37.02,36.75,35.95,36.29,36.35,36.07,36.6,36.5) > par3 = 'gegevens van 01/2000 tot 12/2005' > par2 = 'belgostat' > par1 = 'gemiddelde prijs inktjet printer' > ylab = 'value' > xlab = 'index' > main = 'Gemiddelde prijs inktjet printer ' > #'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/1a1di1203193783.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/2pl361203193783.tab") > > system("convert tmp/1a1di1203193783.ps tmp/1a1di1203193783.png") > > > proc.time() user system elapsed 0.602 0.177 0.782