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(62.557,8.170,27.438,35.429,33.666,27.733,33.228,35.699,30.936,30.169,35.117,34.870,56.676,7.054,29.722,41.629,41.117,39.341,39.486,48.138,45.633,41.756,47.221,50.530,68.184,8.771,37.898,41.888,40.439,40.898,38.401,52.073,41.547,38.529,51.321,41.519,69.116,12.657,34.801,37.967,39.401,33.425,36.222,48.428,40.891,36.432,50.669,39.556,68.906,8.620,33.008,34.931,43.412,32.745,37.848,44.953,37.013,40.809,45.409,34.077,70.938,12.066,34.571,39.383,40.870,32.228,39.018,49.267,38.708,41.697,47.060,39.253,70.249,11.379,31.879,38.064,42.438,36.279,40.600,50.380,45.315,39.525,44.720,38.683,68.897) > par3 = 'Het aantal cijfers dat verkocht werden in die maand.' > par2 = 'http://www.autoweek.nl/verkoopcijfers.php' > par1 = 'Verkoopcijfers jan 2003 - 2010' > ylab = 'Aantallen' > xlab = 'Maanden' > main = 'Verkoopcijfers' > #'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/1pgi61265642903.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/28sxn1265642903.tab") > > try(system("convert tmp/1pgi61265642903.ps tmp/1pgi61265642903.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.379 0.175 0.496