R version 2.8.1 (2008-12-22) Copyright (C) 2008 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(3.589956755,3.596400096,3.619345462,3.632559332,3.653389107,3.64634629,3.642497699,3.649688992,3.659845955,3.654458523,3.658654434,3.59261724,3.630878062,3.668959882,3.690447871,3.689002668,3.686063116,3.68982272,3.699777698,3.693418263,3.70565381,3.710230145,3.715199612,3.700578354,3.692467262,3.681746405,3.710064397,3.688459745,3.716055426,3.706004723,3.717086282,3.716796699,3.714973473,3.723070966,3.722359329,3.732462703,3.710029302,3.728487531,3.73722186,3.732474574,3.719903718,3.703748549,3.679020529,3.6654281,3.65431241,3.648684833,3.605468466,3.460139809,3.501358821,3.452901954,3.371783934,3.295405246,3.267688796,3.212920233,3.19147867,3.154259631,3.140049704,3.167337111,3.189492979,3.215966664) > par3 = '' > par2 = '' > par1 = 'Industrial production / population' > ylab = 'value' > xlab = 'index' > main = 'Industrial Production / Population' > #'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/rcomp/tmp/10g2i1255973933.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/2cx051255973933.tab") > > system("convert tmp/10g2i1255973933.ps tmp/10g2i1255973933.png") > > > proc.time() user system elapsed 0.450 0.290 0.637