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(1241.5,1174.4,1286.2,1377.7,1428,1321.8,1404.1,1334,1516.2,1209.8,1432.2,1425.5,1317.6,1254,1413.9,1436.4,1340.3,1121.2,1406.6,1478.5,1658,1434.3,1437.8,1364.3,1439.3,1312.6,1564.1,1581.1,1411.2,1143.9,1332.7,1343.8,1421.6,1329.8,1306.8,1412.8,1358.1,1163.9,1467.9,1433.7,1362.2,1299,1291.5,1452.7,1555.4,1402.5,1242.9,1514.6,1308.6,1239.3,1519.9,1659.4,1597.6,1340.6,1427.2,1438.1,1616.2,1392.8,1318.7,1420.9,1221,1310,1466.7,1299.3,1640,1506.3,1530.2,1661.9,1880.3,1230.8,1406.5,1523.5,1323.2,1319.2,1500.7,1483,1497,1219.8,1472.9,1423.9,1629.6,1353.4,1366.8,1527.1,1487.6,1478.6,1536.7,1682.1,1576.5,1280.5,1756.5,1698.8,1709.3,1741,1493,1577.5,1609.3) > par3 = '' > par2 = 'http://www.nbb.be/belgostat/PresentationLinker?TableId=365000038&Lang=N' > par1 = 'Belgische uitvoer naar het Verenigd Koninkrijk, voor de periode van 07/2000 tot en met 07/2008.' > ylab = 'miljoen euro' > xlab = 'maanden' > main = 'Belgische uitvoer naar VK' > #'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/freestat/rcomp/tmp/1io261225060613.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/2ylq51225060613.tab") > > system("convert tmp/1io261225060613.ps tmp/1io261225060613.png") > > > proc.time() user system elapsed 0.819 0.235 0.865