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(320.2,315,322.7,289.7,270.3,247.8,259.6,241,230,230.3,214,202.9,188.5,215.6,205.6,203.7,218.2,253,255.4,240.7,242.2,240.2,215.2,211.1,219.3,199.3,194,205,217.5,218.2,199.5,191.6,170.4,180.4,180,156.8,151.7,137.7,149.8,164.4,145.8,147,133.1,125.9,131.3,118.8,117.3,109.8,110.3,105.3,102.5,101.8,94.7,104.6,100.7,97.6,91.3,89.5,106.1,115.2,107.1,96.3,87,96.8,99.8,94.1,90.8,87.1,90.6,90.1,83.9,70.6,68.4) > par3 = '' > par2 = 'www.belgostat.be' > par1 = 'Prijsindexcijfer ruwe aardolie' > ylab = 'value' > xlab = 'index' > main = 'prijsindexcijfer ruwe aardolie' > #'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/1zrya1203158106.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/26k6b1203158106.tab") > > system("convert tmp/1zrya1203158106.ps tmp/1zrya1203158106.png") > > > proc.time() user system elapsed 0.619 0.189 1.563