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(152.60,153.32,165.50,139.18,136.53,115.92,96.65,83.77,84.66,106.03,86.92,54.66,151.66,121.27,132.95,119.64,122.16,117.44,106.69,87.45,80.98,110.30,87.01,55.73,146.00,137.54,138.54,135.62,107.27,99.04,91.36,68.35,82.59,98.41,71.25,47.58,130.83,113.60,125.69,113.60,97.12,104.43,91.84,75.11,89.24,110.23,78.42,68.45,122.81,129.66,159.06,139.03,102.16,113.59,81.46,77.36,87.57,101.23,87.21,64.94,133.12,117.99,135.90,125.67,108.03,128.31,84.74,86.38,92.24,95.83,92.33,54.27) > par3 = 'Inschrijving van nieuwe personenwagens; NIS: personenwagens van januari 2000 tot en met december 2005' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?Order=true&TableId=383000077&Lang=N&prop=null' > par1 = 'Inschrijving van nieuwe personenwagens' > ylab = 'Aantal' > xlab = '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/rcomp/tmp/1rz7n1261233332.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/2y4wf1261233332.tab") > > try(system("convert tmp/1rz7n1261233332.ps tmp/1rz7n1261233332.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.375 0.178 0.444