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(1.086873163,0.918367347,0.905546834,0.882839397,0.988825045,1.108747531,1.012523191,0.927841294,0.988926353,1.023809524,0.983446712,0.958638648,0.855721844,0.839932158,0.925036882,0.887076885,0.866378197,0.807465091,0.834866341,0.84416485,0.862305879,1.25170068,0.897295918,0.896462585,0.745609872,0.779679187,0.772067863,0.755821559,0.884005272,0.921075539,0.854550017,0.736900165,0.738350832,0.760546907,0.730656133,0.802425318,0.97675244,1.112677274,1.203421784,1.185972981,1.167635769,1.537528615,1.403892835,1.384984922,1.546262221,2.291625187,1.544590439,1.364795918,1.226145372,0.978131844,0.802147462,0.771691423,1.098628726,0.717737095,0.689795918,0.383167676,0.206290764,0,0.297677692) > par3 = 'Workshop 3: Nieuwe tijdreeks' > par2 = '' > par1 = 'Workshop 3: Nieuwe tijdreeks' > ylab = 'value' > xlab = 'index' > 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/rcomp/tmp/1t1jy1255862713.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/24xlp1255862713.tab") > > system("convert tmp/1t1jy1255862713.ps tmp/1t1jy1255862713.png") > > > proc.time() user system elapsed 0.310 0.290 0.646