R version 2.8.0 (2008-10-20) 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(1.049659864,1.039117043,1.076570916,1.084210526,0.984090909,1.033829974,1.050407978,1.072569779,1.064566929,1.149788584,1.141293014,1.19226361,1.121692607,1.116106014,1.090781387,1.147713226,1.028422153,1.067844523,1.054957507,1.067095588,1.069110459,1.127777778,1.134955313,1.157402597,1.134756703,1.150955414,1.143106457,1.217798595,1.083383085,1.119163763,1.136824034,1.134100974,1.140686275,1.140849057,1.126210826,1.12037037,1.140904807,1.167612077,1.155631399,1.241945946,1.09731286,1.145333333,1.134803922,1.142453663,1.1496,1.156097561,1.126152482,1.172586521,1.175703325,1.176626948,1.172562554,1.2728125,1.133066132,1.16609589,1.192739844,1.159356137,1.176564157,1.09043956,1.09860515,1.092822502) > par3 = 'Y[t]/X[t]=c+e[t] ' > par2 = '' > par1 = 'Y[t]/X[t]=c+e[t] ' > ylab = 'value' > xlab = 'index' > main = 'Y[t]/X[t]=c+e[t] ' > #'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/freestat/rcomp/tmp/1auhx1255973231.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2mtfe1255973231.tab") > > system("convert tmp/1auhx1255973231.ps tmp/1auhx1255973231.png") > > > proc.time() user system elapsed 0.547 0.232 0.650