R version 2.7.1 (2008-06-23) 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(273.9,284.7,314.1,333.2,315.1,321,310.9,289,259.3,244.7,215.9,215.3,211.4,184.6,177.7,184.8,172.3,169.6,180.3,180.9,175.8,175,170.4,159.3,139.9,134.5,143,137.3,140.3,131.3,127.8,126.5,119.2,116,110.8,115.4,115.1,114.1,119.1,114,112.1,111.2,116,109.5,109.5,110.2,108.8,108.2,111.4,110.8,117.2,130.7,137.4,141.4,137.1,129.8,127.3,121.7,117.6,111.2,113,111.1,103.7,110.8,115.3,111.4,112.5,115.5,114.9,119.9,125.6,131.8,134.2,124.5,114.4,103.8,98.5,97,98.1,99,99.7,98.6,97.4,97.8,100.3,101.2,100.7,96.3,98.4,99.5,101.4,101.1,104.7,102.3,100.8,98.5,93.4) > par3 = '' > par2 = '' > par1 = '' > ylab = 'value' > xlab = 'index' > main = 'evolutie graan' > #'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/1gglg1222936465.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/2tczk1222936465.tab") > > system("convert tmp/1gglg1222936465.ps tmp/1gglg1222936465.png") > > > proc.time() user system elapsed 0.605 0.185 2.106