R version 2.8.0 (2008-10-20) Copyright (C) 2008 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(3504.37,3801.06,3857.62,3674.4,3720.98,3844.49,4116.68,4105.18,4435.23,4296.49,4202.52,4562.84,4621.4,4696.96,4591.27,4356.98,4502.64,4443.91,4290.89,4199.75,4138.52,3970.1,3862.27,3701.61,3570.12,3801.06,3895.51,3917.96,3813.06,3667.03,3494.17,3363.99,3295.32,3277.01,3257.16,3161.69,3097.31,3061.26,3119.31,3106.22,3080.58,2981.85,2921.44,2849.27,2756.76,2645.64,2497.84,2448.05,2454.62,2407.6,2472.81,2408.64,2440.25,2350.44,2196.72,2174.56,2120.88,2093.48,2061.41,1969.6) > par3 = 'Gemiddelde maandelijkse waarden Bel-20' > par2 = 'www.belgostat.be' > par1 = 'Bel-20 waarden' > ylab = 'value' > xlab = 'index' > main = '' > #'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/1mppz1229357898.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/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > 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/2r0fr1229357898.tab") > > system("convert tmp/1mppz1229357898.ps tmp/1mppz1229357898.png") > > > proc.time() user system elapsed 0.396 0.178 0.452