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(5.408805031,6.746031746,7.345132743,4.0625,2.988505747,3.539823009,3.56846473,3.938053097,4.384236453,3.006993007,3.254901961,3.656387665,3.672566372,3.26848249,2.768729642,3.043478261,3.426294821,2.961672474,2.707006369,2.733118971,2.689873418,3.441295547,3.307392996,2.941176471,3.231939163,3.571428571,5.029585799,4.336734694,3.926940639,4.49197861,5.0625,4.90797546,6.557377049,6.611570248,5.369127517,4.817073171,4.698795181,4.406779661,4.340659341,4.550561798,6.25,5.891472868,5.328467153,6.25,4.503311258,3.125,2.414965986,2.330097087,2.052023121,1.895604396,1.5261959,1.614457831,1.266794626,1.189655172,1.235194585,1.391465677,1.336996337,1.504237288,2.197452229,2.699619772) > par3 = 'Werkloosheidsgraad / inflatie' > par2 = '' > par1 = '' > ylab = 'waarden van Y(t)/x(t)' > xlab = 'aantal maanden' > main = 'Werkloosheidsgraad / inflatie' > #'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/10z0n1255698946.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/2a2q51255698946.tab") > > system("convert tmp/10z0n1255698946.ps tmp/10z0n1255698946.png") > > > proc.time() user system elapsed 0.378 0.174 0.530