R version 2.7.2 (2008-08-25) 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(301.606,268.225,362.082,310.984,350.907,365.759,357.504,432.236,394.335,404.182,371.721,387.012,280.042,357.111,359.451,341.206,349.156,430.298,354.447,400.785,358.974,352.853,374.229,364.568,352.411,376.47,357.475,299.497,361.805,343.188,335.597,330.985,336.723,348.076,317.518,345.737,342.568,352.951,400.269,428.121,475.804,392.732,388.22,410.643,428.044,530.799,463.074,477.686,440.586,424.757,511.061,511.421,454.39,498.403,516.143,463.642,498.391,533.752,404.341,435.645) > par3 = '1993 tot 1997' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?prop=treeviewArch&LinkID=211000074|520000068&Lang=N' > par1 = 'Uitvoer BLEU minerale producten' > ylab = 'BEF x 1000' > xlab = 'maanden' > main = 'Uitvoer BLEU minerale producten' > #'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/1mir61224350681.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/25kqt1224350681.tab") > > system("convert tmp/1mir61224350681.ps tmp/1mir61224350681.png") > > > proc.time() user system elapsed 0.607 0.185 0.729