R version 2.6.1 (2007-11-26) Copyright (C) 2007 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(6.8400,6.8600,6.8600,6.8400,6.9200,6.9300,6.9700,6.9400,7.0000,6.9200,6.9800,6.9700,6.9700,7.0000,6.9300,6.9400,6.9700,6.9700,6.9400,7.0200,7.0600,7.0200,7.0200,6.9800,6.9600,7.0200,7.0000,7.1300,7.0800,7.1100,7.0600,7.0300,7.1300,7.0900,7.1100,7.0500,7.0600,7.1100,7.0500,7.0600,7.0300,7.0200,7.0900,7.1100,7.1200,7.0300,7.0200,7.1000,7.1300,7.0800,6.9900,7.0400,6.9800,6.9100,6.8700,6.8100,6.8800,6.8200,6.7700,6.7500,6.6800,6.5900,6.6500,6.5600,6.6200,6.5700,6.5500,6.5700,6.5300,6.5700,6.4800,6.4900,6.5300,6.4800,6.4900,6.4800,6.5200,6.4600,6.4600,6.4900,6.5100,6.5100,6.5400,6.5400,6.5300) > par3 = '' > par2 = '' > par1 = '' > 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: Wessa P., (2007), Plot of univariate data series (v1.0.1) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_univariatedataseries.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/1xpmx1203358520.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 > 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/2c5b91203358520.tab") > > system("convert tmp/1xpmx1203358520.ps tmp/1xpmx1203358520.png") > > > proc.time() user system elapsed 0.603 0.167 0.762