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(105.03,105.32,105.52,105.67,105.71,105.81,106,106.02,106.19,106.22,106.34,106.42,106.84,107.23,107.42,107.63,107.69,107.81,107.92,108.06,108.21,108.44,108.55,108.66,109.23,109.7,109.94,110.13,110.39,110.46,110.67,110.89,110.98,111.12,111.33,111.43,111.87,112.22,112.47,112.64,112.84,113.03,113.09,113.27,113.44,113.51,113.62,113.66,114.01,114.55,114.77,114.87,115.09,115.11,115.24,115.27,115.41,115.59,115.6,115.68,116.2,116.55,116.73,117.04,117.12,117.28,117.48,117.66,117.92,118.12,118.17,118.39) > par3 = 'Groei van de huur' > par2 = 'www.belgostat.be' > par1 = 'Prijsstijging huur' > ylab = 'huurprijs' > xlab = 'tijd' > main = 'stijging huurprijs' > #'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/1vb1x1254304739.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/23vlg1254304739.tab") > > system("convert tmp/1vb1x1254304739.ps tmp/1vb1x1254304739.png") > > > proc.time() user system elapsed 0.367 0.173 0.450