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(26.4,27.7,29.2,28.6,27.4,28.6,26.2,26,26.6,25.1,24.7,25,23.6,21.9,19.9,14.3,14.4,13.6,12.3,12,8.1,4.6,4.5,6.6,9.1,9.2,12.7,13.5,14.9,14.7,13.2,11.6,11.6,10.3,11.2,10.4,8.5,9,5.1,3.8,5.6,2.7,4.3,7.4,10.6,11.9,14.6,15.4,15.1,16,16.9,18.7,20,19.6,23,20.4,21.2,20.6,18.7,16.8,18.2,16.4,15.8,13.1,12,12.5,11.8,12.4,16.3,18.3,19.3,20.2,20.6,22.2,23.3,25.3,25.5,26.3,27.7,26.5,25.5,26.9,25.7,26.9,26.1) > par3 = 'Getalwaarde van de maandelijkse synthetische curve van de gezamelijke curve, seizoengezuiverde reeks bruto gegevens. Dit omvat:Gewogen gemiddelde van de synthetische curve van de verwerkende nijverheid, de bouwnijverheid, de handel en de dienstverlening aan bedrijven.' > par2 = 'http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=148000035|910000082&Lang=N' > par1 = 'Getalwaarde van de maandelijkse synthetische curve van de gezamelijke curve' > ylab = 'gezamelijke curve ' > xlab = 'Periode in aantal maanden' > main = 'gezamelijke curve' > #'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/freestat/rcomp/tmp/18ym01257955882.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2ctpc1257955882.tab") > > system("convert tmp/18ym01257955882.ps tmp/18ym01257955882.png") > > > proc.time() user system elapsed 0.544 0.246 0.599