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(53892.936,54183.145,54435.214,54749.556,55167.646,55560.986,55968.311,56271.681,56198.662,56651.253,56950.386,57563.041,56881.434,57079.276,57358.43,57636.448,58082.058,58447.047,58905.748,59292.083,59638.094,60083.176,60432.939,60794.774,61161.876,61467.521,61868.272,62345.248,62850.838,63412.64,63962.421,64301.703,64700.035,65145.909,65462.217,65892.465,67006.376,67303.514,67638.233,68125.61,68643.018,69488.802,70243.443,70756.217,71575.005,72526.002,73237.939,74098.81,74628.994,75164.096,75863.269,76492.994,77129.336,78136.353,79090.336,79749.457,80695.355,81416.632,82030.775,82765.127,83571.565,84268.58,85141.612,86167.46,87031.243,88847.749,90115.995,91285.743,92649.823,93468.807,94606.724,96135.126,97258.652,98444.84,99782.125,100748.751,102231.152,104096.722,105618.029,106978.264,108297.105,108884.744,109978.185,111349.596,112142.624) > par3 = 'Het bedrag van de hypothecaire leningen, uitgestaan door de gezamelijke kredietinstellingen in België tussen de periode 01-00 en 01-07' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=90000013&Lang=N' > par1 = 'De bedragen van hypothecaire leningen uitgestaan door de gezamelijke kredietinstellingen in België' > ylab = 'Hypothecaire leningen' > xlab = 'Periode in aantal maanden' > main = 'Het bedrag aan hypothecaire leningen' > #'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/16sbf1257192335.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/2x3th1257192335.tab") > > system("convert tmp/16sbf1257192335.ps tmp/16sbf1257192335.png") > > > proc.time() user system elapsed 0.394 0.170 0.540