R version 2.11.1 (2010-05-31) Copyright (C) 2010 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(0.716,0.73,0.755,0.802,0.844,0.901,0.949,0.988,1.02,1.028,1.041,1.065,1.131,1.207,1.252,1.264,1.266,1.269,1.271,1.267,1.257,1.25,1.25,1.258,1.298,1.382,1.417,1.412,1.4,1.391,1.382,1.376,1.376,1.371,1.369,1.365,1.358,1.334,1.284,1.225,1.237,1.309,1.331,1.323,1.307,1.295,1.283,1.26,1.23,1.187,1.152,1.215,1.259,1.277,1.288,1.285,1.274,1.255,1.241,1.231,1.216,1.209,1.21,1.227,1.236,1.229,1.212,1.196,1.203,1.209,1.207,1.193,1.148,1.131,1.159,1.205,1.231,1.241,1.242,1.229,1.216,1.204,1.207,1.208) > par4 = '12' > par3 = 'Maandelijkse prijzen voor benzine tussen 01/1979 - 12/1985' > par2 = 'http://mathforum.org/workshops/sum96/data.collections/datalibrary/data.set6.html' > par1 = 'Benzine' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > main = 'Prijs van benzine' > #'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/rcomp/tmp/1ux781289909661.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 > > #Note: the /var/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/2ffoe1289909661.tab") > > try(system("convert tmp/1ux781289909661.ps tmp/1ux781289909661.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.550 0.250 0.773