R version 2.8.1 (2008-12-22) 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(18695.5,17533.1,17691,16923.1,17747.8,21043.5,18814.5,17514.6,21586.7,17806.1,17059.2,20862.3,19629.5,20591.4,20039,18962.7,20411.6,23424.2,20880.4,20660.1,22608.8,18677.2,19799.3,22698,20818.9,23970.1,23225.5,22610.4,22275.2,26563.3,21513.9,23514.8,24118.8,21204.6,22141.2,24327,24771.5,25488.4,21798.7,24270.3,23414.9,26745.9,23362,24767.1,25638.7,24536.4,23528,25409.7,28300.4,27463,23993.2,26892.2,25232,26901.3,28271.9,25759.8,29578.3,27688.5,24868.3,29177.4,28296.2,24277.4,22002.4,20748.8,20494.2,22315.7,20051.4,19121,21730,20300.3,18621) > par3 = 'totale uitvoer' > par2 = 'Belgostat' > par1 = 'Buitenlandse handel, communautaire concept' > 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: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.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/10vle1257164761.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/25rp41257164761.tab") > > system("convert tmp/10vle1257164761.ps tmp/10vle1257164761.png") > > > proc.time() user system elapsed 0.370 0.360 0.677