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(112.04,111.86,112.01,111.73,111.77,111.83,111.7,111.69,111.19,111.18,110.95,110.64,110.51,110.36,110.25,110.21,110.18,110.02,109.81,109.73,110.99,110.97,110.81,110.14,110.14,109.99,110.2,110.15,110.12,109.95,109.82,109.65,109.83,109.75,109.54,109.03,109.03,109.04,108.66,108.64,108.3,108.14,108.03,107.92,108.38,108.37,107.87,107.55,107.4,107.3,107.3,107.2,106.9,106.4,106.3,106.2,105.6,105.6,105.2,105.2,104.9,104.6,104.2,103.9,103.9,103.8,103.5,103.3,103.5,103.3,103.1,103.1,102.8,102.7,102.3,102.2,102.1,102,102.1,101.9,102.1,102.1,101.8,101.6) > par3 = 'hier wordt de prijs van de wagen per maand weergegeven' > par2 = 'Belgostat' > par1 = 'prijs wagen' > ylab = 'prijs wagen' > xlab = 'datum' > main = 'prijs wagen' > #'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/freestat/rcomp/tmp/1kh9u1203188617.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/freestat/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/freestat/rcomp/tmp/2dzzf1203188617.tab") > > system("convert tmp/1kh9u1203188617.ps tmp/1kh9u1203188617.png") > > > proc.time() user system elapsed 0.795 0.222 0.856