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(3.47,4.50,4.35,2.93,2.74,3.29,3.67,3.98,4.12,4.30,4.31,4.04,3.69,3.46,4.04,4.31,4.21,4.99,5.91,6.15,6.04,4.79,5.95,5.46,5.75,5.15,4.96,5.28,5.73,5.75,5.88,6.30,6.74,6.75,7.34,6.64,6.62,6.32,5.32,5.68,6.18,5.02,2.10,4.00,3.00,4.73,5.14,5.81,6.24,4.49,4.22,4.88,5.18,5.19,5.06,4.65,4.83,4.60,4.72,4.33,4.97,5.37,4.19,4.54,5.82,5.49,3.28,5.11,6.24,6.41,6.43,8.42,8.23,3.17,2.72,3.00,3.47,3.88,3.43,4.06) > par3 = 'New Car Loans: Interest Rate; NSA' > par2 = 'http://www.economagic.com/em-cgi/data.exe/frbg19/tc05' > par1 = 'New Car Loans: Interest Rate' > ylab = 'value' > xlab = 'index' > main = 'New Car Loans: Interest Rate; NSA' > #'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/1qh181255104693.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/26dsq1255104693.tab") > > system("convert tmp/1qh181255104693.ps tmp/1qh181255104693.png") > > > proc.time() user system elapsed 0.383 0.183 0.452