R version 2.8.0 (2008-10-20) 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(1045.9,1401.9,1027.6,1703.8,1481.3,1422.7,1304.7,1246.1,1417.8,1459.1,1156.4,1304.5,1336.9,1372.3,975.5,1180.8,1361.3,1428.1,1355.9,1781.2,1697,1852,1844.1,1967.2,1747.1,1863.9,1559.3,1675,2237.5,1965.2,1871.5,1752.2,1360.7,1444.3,1621.6,1368,1553.9,1695.3,1397.1,1848.4,1809.2,1551.1,1546.6,1467.9,1662.4,1972.3,1673.5,1762,2019.8,1754.3,1400.4,1453.6,1740.9,1694.6,1541.2,1482.3,1632.1,1837.3,1797,2066.2,1983.8,1601.7,1660.3,1954,1991.9,1881.4,2345.5,1773.1,1719.2,2240.9,1816.4,2171.3,1823.3,2022.5,1991,1920,2168.4,2013.5,1790.8,1855.7,2074,2535.8,1837.2,1805.1,1785.7,2250,1959.7,1890.8,2405.7,2090.3,1666.5,1803.5,1793.8,1488.8,1545,1369.9,1451.6) > par20 = '' > par19 = '' > par18 = '' > par17 = '' > par16 = '' > par15 = '' > par14 = '' > par13 = '' > par12 = '' > par11 = '' > par10 = '' > par9 = '' > par8 = '' > par7 = '' > par6 = '' > par5 = '' > par4 = '' > par3 = 'Export naar Amerika' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=931000018&Lang=N' > par1 = 'Export naar Amerika' > ylab = '' > xlab = '' > 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/1gm401228570985.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/2ld0t1228570985.tab") > > system("convert tmp/1gm401228570985.ps tmp/1gm401228570985.png") > > > proc.time() user system elapsed 0.404 0.184 0.460