R version 2.8.1 (2008-12-22) 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(1315.511354,1293.838312,1347.166144,1547.284007,1623.08315,1296.975676,1634.548618,1492.268898,1609.725632,1406.27471,1377.634297,1515.481164,1293.25295,1333.304497,1272.652699,1335.340949,1448.48779,1349.471922,1422.686782,1473.623501,1821.769029,1366.705713,1681.136994,1575.753383,1432.933154,1481.161069,1483.76285,1901.748081,1747.455446,1724.591013,1665.313776,1688.283252,1887.620957,1808.881231,2123.509758,1876.565678,1949.468617,1661.14422,2045.335405,2253.978337,2089.956435,1867.686835,1988.699442,1777.65877,2254.988745,2351.146178,2441.670675,2473.868639,2371.769264,1826.179863,2104.980374,1982.785287,1878.349467,1986.915838,1509.362064,1613.664842,1825.686834,1540.21893,1461.770805,1715.72719) > par3 = '' > par2 = '' > par1 = 'Importcijfers tov wisselkoers' > 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/rcomp/tmp/1ep5c1255702008.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/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/rcomp/tmp/252py1255702008.tab") > > system("convert tmp/1ep5c1255702008.ps tmp/1ep5c1255702008.png") > > > proc.time() user system elapsed 0.350 0.230 0.651