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(96.14,96.97,95.86,97.00,97.33,96.82,95.18,93.38,93.79,93.57,93.72,94.29,93.79,94.33,93.28,93.24,92.13,90.75,88.89,84.03,81.41,84.86,82.98,84.50,82.93,88.68,87.72,87.43,88.05,88.43,88.81,88.39,88.07,90.11,88.48,87.90,88.20,90.32,91.30,90.88,91.17,93.52,97.38,95.78,100.40,97.47,96.92,94.56,94.20,94.34,94.68,95.71,96.74,95.25,95.06,95.33,95.78,94.73,94.61,94.83,94.43,94.82,93.71,93.61,92.45,93.17,95.06,88.28,84.90,86.07,87.62,85.09,86.48,86.39,87.70,89.69,93.39,91.43,92.09,86.45) > par3 = 'New Car Loans: Maturity, months' > par2 = 'http://www.economagic.com/em-cgi/data.exe/frbg19/tc06' > par1 = 'New Car Loans: Maturity, months' > ylab = 'value' > xlab = 'index' > main = 'New Car Loans: Loan-to-value' > #'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/1qwy51255113007.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/2yb1d1255113007.tab") > > system("convert tmp/1qwy51255113007.ps tmp/1qwy51255113007.png") > > > proc.time() user system elapsed 0.390 0.280 0.636