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(100.5796894,100.9008742,101.1083487,101.2244676,101.2682329,101.2688668,101.235537,101.1355991,100.9552607,100.6884061,100.3181211,99.89656657,99.40928025,98.89029983,98.41877944,98.03851043,97.81217372,97.79015787,97.97664297,98.37015411,98.92453476,99.58158847,100.2790934,100.9765555,101.6173578,102.1740761,102.5888659,102.8985699,103.0815606,103.1875175,103.2041957,103.1689148,103.1147964,103.0306363,102.9068993,102.7627245,102.689459,102.7119155,102.8321431,103.0506967,103.3172479,103.5330384,103.6375915,103.6341299,103.5777176,103.4878084,103.4083197,103.3519734,103.2863633,103.2190534,103.1001147,102.8771744,102.5365447,101.993955,101.2459581,100.2580749,98.96921034,97.49284397,95.99296774,94.74246115,93.97434908,93.73657052,94.03075468,94.75567479,95.79785839,96.96718583,98.13190727,99.40133834) > par3 = '' > par2 = 'EOCD' > par1 = 'cyclical' > ylab = 'cyclical indicators' > xlab = 'periods' > main = '' > #'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/1amau1257200483.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/2gakf1257200483.tab") > > system("convert tmp/1amau1257200483.ps tmp/1amau1257200483.png") > > > proc.time() user system elapsed 0.378 0.164 0.641