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(19416148.15,19108654.55,19599425.93,19685444.44,20574903.85,19789666.67,20545788.46,20604038.46,21084372.55,21071607.84,21534840,21594122.45,21403300,21641580,21781540,22695666.67,23176553.19,22734458.33,23300255.32,23279851.06,23377787.23,23936630.43,23476978.72,23402063.83,24405977.78,24905340.91,24555844.44,24986045.45,24095630.43,24584400,25239522.73,24698444.44,24710022.22,24247956.52,23747702.13,23831297.87,23706297.87,23344604.17,23914085.11,22926306.12,22866020.41,23260312.5,21764941.18,22136400,20081709.09,19710000,18820172.41,16909145.16,17123000,15872833.33,15053676.47,13904916.67,13071013.16,12067728.4,11432364.71,10800078.65,10188659.57,10177821.05,10366191.49,10136494.85) > par3 = '' > par2 = '' > par1 = 'Industrial production * werkloosheid' > ylab = 'value' > xlab = 'index' > main = 'Industrial production * werkloosheid' > #'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/1ft2j1256140922.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/2ymxh1256140922.tab") > > system("convert tmp/1ft2j1256140922.ps tmp/1ft2j1256140922.png") > > > proc.time() user system elapsed 0.384 0.173 0.586