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(179.2000,182.2400,190.0700,190.3000,195.8800,182.0500,171.9800,166.1100,166.4400,170.3400,177.4900,179.5000,181.6300,186.7400,190.0000,196.1100,206.5700,207.3500,208.0800,211.8000,209.9000,208.5200,193.7700,174.9500,175.0300,167.5600,169.7500,169.9800,165.5900,163.6000,161.4200,160.2300,154.8700,155.6100,152.6900,150.9200,156.6300,159.6000,165.4500,166.4200,168.7700,169.1000,166.4600,169.7500,168.5100,164.3000,155.9600,156.0200,159.0157,160.4933,166.1796,167.0734,169.2398,168.8168,165.8043,161.3460,159.5113,155.8830,152.6651,147.5191) > par3 = 'Verkoopprijzen per 100 Kg rundsvlees' > par2 = 'Eurostat' > par1 = 'Verkoopprijzen per 100kg rundsvlees' > ylab = 'Prijs per 100 kg' > xlab = 'Tijd' > main = 'Verkoopprijzen per 100 kg rundsvlees' > #'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/1qfkh1261334910.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/2onca1261334911.tab") > > try(system("convert tmp/1qfkh1261334910.ps tmp/1qfkh1261334910.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.375 0.178 0.437