R version 2.8.0 (2008-10-20) 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(4.241,4.336,4.452,4.567,4.737,4.800,4.091,3.738,3.750,3.914,4.092,4.206,4.269,4.355,4.421,4.534,4.684,4.720,3.959,3.662,3.667,3.814,4.032,4.143,4.212,4.297,4.396,4.485,4.632,4.641,3.765,3.559,3.568,3.733,3.907,3.997,4.086,4.208,4.332,4.484,4.622,4.564,3.777,3.643,3.660,3.827,3.980,4.052,4.130,4.217,4.423,4.543,4.701,4.671,3.884,3.776,3.806,4.090,4.268,4.424,4.534,4.655,4.775,4.884,5.060,5.041,4.174,4.000,3.996,4.173,4.361,4.520,4.735,4.808,4.972,5.049,5.172,5.111,4.316,4.174,4.156,4.374,4.611,4.820,4.809,4.933,5.082,5.166,5.405,5.359,4.474,4.331,4.370,4.584,4.831,4.901,4.933,5.011,5.210,5.257,5.586,5.459,4.560,4.434,4.427,4.652,4.802,4.835,4.831,4.883,4.953,5.036,5.278,5.181,4.489,4.341,4.310) > par3 = '' > par2 = '' > par1 = 'y[t]/x[t]= c+e[t]' > ylab = 'y[t]/x[t]' > xlab = 'tijd (maanden)' > 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/freestat/rcomp/tmp/10vxv1255780845.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/228qi1255780845.tab") > > system("convert tmp/10vxv1255780845.ps tmp/10vxv1255780845.png") > > > proc.time() user system elapsed 0.529 0.230 0.591