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(8987,8832,8802,8576,8498,8901,8835,8655,8665,8416,8423,8255,8919,9031,8737,8754,8640,8776,8896,8557,8777,8434,8626,8461,8794,8566,8184,8126,8066,8137,8092,7904,7898,7920,8083,8039,8054,8095,7985,7980,7914,7703,7726,7587,7367,7393,7403,7444,7512,7699,7627,7684,7843,7959,8191,8367,8057,8187,8319,8435) > par3 = 'Aantal niet-werkende werkzoekende' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=417000072&Lang=N' > par1 = 'Niet-werkende werkzoekende per leeftijdsklasse - Brussels Gewest bij mannen 25 jaar tot -30 jaar' > ylab = 'Aantal niet-werkende werkzoekende' > xlab = 'Maanden' > main = 'Workshop 2' > #'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/1gwwn1255366348.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/2l6mr1255366348.tab") > > system("convert tmp/1gwwn1255366348.ps tmp/1gwwn1255366348.png") > > > proc.time() user system elapsed 0.373 0.176 0.464