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(321.935,310.215,309.030,305.333,294.735,289.351,288.225,289.648,290.155,288.301,289.148,289.741,287.595,285.226,287.816,283.519,290.304,282.166,280.041,282.500,279.913,277.793,281.229,275.363,273.547,270.601,273.338,271.917,273.985,273.911,270.798,271.115,271.344,274.525,276.663,273.784,274.027,269.160,270.491,270.846,270.333,272.599,272.764,270.674,268.175,268.351,272.482,268.714,269.419,265.518,264.101,267.179,271.322,270.157,271.296,269.907,271.244,266.844,270.911,269.829,269.285,263.018,266.680,265.814,268.457,269.508,270.223,264.676,265.521,262.971,266.003,267.722,266.433) > par3 = '' > par2 = 'Belgostat' > par1 = 'Brutoschuld van de schatkist' > ylab = 'miljoenen Euro' > xlab = 'tijd ( in maanden-begin is januari 2003)' > main = 'Brutoschuld van de schatkist van België' > #'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/10cqj1236937982.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/2fd1b1236937982.tab") > > system("convert tmp/10cqj1236937982.ps tmp/10cqj1236937982.png") > > > proc.time() user system elapsed 0.382 0.172 0.525