R version 2.7.2 (2008-08-25) 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(1170.1,1338.9,1359,1369.8,1246.3,1363,1330.2,1064.7,1340.2,1422.3,1299.4,1328.6,1267.9,1267.2,1422.2,1185.8,1119.1,1518.4,1355.7,1318.4,1352.9,1390.6,1247.5,1354.9,1218.6,1341.7,1607.4,1419.9,1502.4,1573.8,1378.8,1419,1724.8,1268.4,1494.3,1394.4,1463.6,1524.2,1407.9,1510.6,1723.2,1650.3,1512.2,1326.5,1712.7,1634.2,1638,1358.1,1551,1501.7,1691.8,1460.2,1742.6,1584.1,1646.3,1418.4,1507,1747.3,1538.8,1366.9) > par3 = 'De invoer van belgiƫ vanuit Verenigd Koninkrijk van 31/01/2003 tot 31/12/2007' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=931000019&Lang=N' > par1 = 'Verenigd Koninkrijk invoer' > ylab = 'value' > xlab = 'index' > 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/186vx1224527900.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/2ks281224527900.tab") > > system("convert tmp/186vx1224527900.ps tmp/186vx1224527900.png") > > > proc.time() user system elapsed 0.590 0.173 0.688