R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(4124.7,4484.4,4152.1,4241.6,4891.5,4671.8,5278,5435.3,5481,6553.5,6861,5904.6,6615.5,6343.8,5856.7,6397.6,5549.8,4625.4,6195.9,4778.8,5717.9,5875.5,4876.5,4838.4,5202.1,4989.3,5171.8,4768.9,5058.7,4454.8,4922.6,4436.6,5043.6,5059.2,4422.6,4314.7,4185.5,4718.1,4610.1,4095.3,5273.6,4210.4,4666.9,4745.2,4901.9,4251.8,4491.4,4398.6,4170.8,5121.2,4470.9,4232.2,4528.2,4217.9,4166.7,3949.3,4348.1,4286.1,4152.9,3983.4) > par3 = '60' > par2 = 'Belgostat' > par1 = 'Invoer buiten EU' > ylab = 'Maanden' > xlab = 'Totale Invoer' > main = 'Invoer buiten de Europese Unie' > #'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/html/rcomp/tmp/13k391255374625.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/2v3q21255374625.tab") > > system("convert tmp/13k391255374625.ps tmp/13k391255374625.png") > > > proc.time() user system elapsed 0.380 0.181 0.448