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(100 + ,97.56592292 + ,93.71196755 + ,92.69776876 + ,89.65517241 + ,89.04665314 + ,98.98580122 + ,105.6795132 + ,101.6227181 + ,98.37728195 + ,94.11764706 + ,93.30628803 + ,94.72616633 + ,93.30628803 + ,90.87221095 + ,89.85801217 + ,88.43813387 + ,87.42393509 + ,98.17444219 + ,103.4482759 + ,104.0567951 + ,102.0283976 + ,95.53752535 + ,95.53752535 + ,96.55172414 + ,96.34888438 + ,95.3346856 + ,93.50912779 + ,92.29208925 + ,92.49492901 + ,104.8681542 + ,106.4908722 + ,106.0851927 + ,105.2738337 + ,103.2454361 + ,103.8539554 + ,105.2738337 + ,104.8681542 + ,103.4482759 + ,103.2454361 + ,101.6227181 + ,102.8397566 + ,115.4158215 + ,117.6470588 + ,117.2413793 + ,114.6044625 + ,110.9533469 + ,112.5760649 + ,113.9959432 + ,113.7931034 + ,112.5760649 + ,110.3448276 + ,108.9249493 + ,110.1419878 + ,120.4868154 + ,123.9350913 + ,124.3407708 + ,123.9350913 + ,120.4868154 + ,120.6896552 + ,119.8782961 + ,119.4726166 + ,118.4584178 + ,116.2271805 + ,115.010142 + ,115.4158215 + ,125.9634888 + ,127.5862069 + ,127.3833671 + ,124.137931 + ,120.6896552 + ,121.0953347 + ,120.2839757 + ,119.6754564 + ,117.6470588 + ,116.4300203 + ,116.2271805 + ,116.2271805 + ,125.7606491 + ,126.9776876 + ,125.7606491 + ,119.2697769 + ,114.8073022 + ,112.9817444 + ,113.7931034 + ,111.3590264 + ,107.9107505 + ,106.693712 + ,103.6511156 + ,101.2170385 + ,112.5760649 + ,114.6044625 + ,109.9391481 + ,106.8965517 + ,103.4482759 + ,104.2596349 + ,104.8681542 + ,103.0425963 + ,100 + ,99.39148073 + ,95.13184584 + ,96.95740365 + ,107.0993915 + ,108.31643 + ,105.0709939 + ,102.6369168 + ,101.8255578 + ,104.6653144) > par3 = 'totale werkloosheid België/ basisjaar januari 2000' > par2 = 'Belgostat' > par1 = 'totale werkloosheid ' > ylab = 'value' > xlab = 'index' > main = '' > #'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/1e21e1260793288.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/2zkm81260793288.tab") > > try(system("convert tmp/1e21e1260793288.ps tmp/1e21e1260793288.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.387 0.171 0.470