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(23.11,18.64,14.94,16.90,15.46,11.15,13.13,12.48,12.95,12.59,10.58,10.58,12.39,15.53,13.06,10.22,16.33,19.72,21.31,18.84,24.84,15.67,15.57,12.73,13.56,15.54,17.22,12.14,11.07,12.02,11.55,6.92,10.33,8.38,12.11,11.46,12.75,13.32,13.00,11.90,11.79,12.55,11.84,11.25,11.15,10.99,11.70,14.01,17.51,17.27,16.90,15.79,15.45,16.24,16.71,16.77,16.64,17.80,16.87,16.13,15.76,15.66,15.54,15.30,15.05,14.69,14.39,14.18,13.70,13.66,13.27,13.56,13.14,14.19,22.57,23.09,23.31,22.91,22.36,43.06,64.67,64.68,56.90,48.79,45.21,41.40,22.17,25.52,20.28,22.87,27.63,22.95,21.35,18.38,17.15,18.27,19.40,20.52) > par3 = 'Schommeling van de olieprijzen (in dollar) van 1900 tot 1997' > par2 = 'http://www-personal.buseco.monash.edu.au/~hyndman/TSDL/index.htm' > par1 = 'Olieprijzen in dollar' > ylab = 'Prijs' > xlab = 'Jaar' > main = 'Olieprijzen in dollar van 1900 tot 1997' > #'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/12at61203244260.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/2bvmp1203244260.tab") > > system("convert tmp/12at61203244260.ps tmp/12at61203244260.png") > > > proc.time() user system elapsed 0.621 0.182 0.748