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(0.3558,0.3834,0.3828,0.3902,0.3951,0.4038,0.4048,0.4060,0.4071,0.4153,0.4203,0.4211,0.4208,0.4137,0.4140,0.4069,0.3890,0.3815,0.3848,0.3900,0.3968,0.4078,0.4113,0.4043,0.4110,0.4114,0.4107,0.4081,0.4164,0.4224,0.4327,0.4185,0.4324,0.4221,0.4301,0.4246,0.4245,0.4241,0.4102,0.4186,0.4055,0.4049,0.4107,0.4005,0.3991,0.4050,0.4028,0.4030,0.3933,0.4013,0.4111,0.4144,0.4173,0.4236,0.4229,0.4076,0.4367,0.4455,0.4297,0.4412,0.4474,0.4762,0.4608,0.4753,0.4833,0.4829,0.4768,0.4717,0.4435,0.4102,0.4269,0.4796,0.4530,0.4513,0.4804,0.4896,0.4937,0.4872,0.5007,0.5168) > par3 = 'UK POUND STERLING' > par2 = 'http://economagic.com/aus.htm#F5' > par1 = 'Exchange Rates per Australian Dollar' > ylab = 'value' > xlab = 'index' > main = 'EXCHANGE RATES UK POUND STERLING' > #'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/1xems1255250311.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/27ty01255250311.tab") > > system("convert tmp/1xems1255250311.ps tmp/1xems1255250311.png") > > > proc.time() user system elapsed 0.415 0.200 27.585