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(1117.66,1118.07,1168.94,1199.21,1181.40,1199.63,1194.90,1164.42,1178.28,1202.25,1222.24,1224.27,1225.91,1191.96,1237.37,1262.07,1278.72,1276.65,1293.83,1302.18,1290.00,1253.12,1260.24,1287.15,1317.81,1363.38,1388.63,1416.42,1424.16,1444.65,1406.95,1463.65,1511.14,1514.49,1520.98,1454.62,1497.12,1539.66,1463.39,1479.23,1378.76,1354.87,1316.94,1370.47,1403.22,1341.25,1257.33,1281.47,1216.93,969.13,883.04,877.42,865.58,805.23,757.13,848.30,902.41,926.11,935.82,1009.72,1044.55) > par3 = 'maandgemiddelden NY SP-500 index(09-2004 tem 09-2009' > par2 = 'Belgostat (NBB)' > par1 = 'maandgemiddelden NY SP-500 index' > ylab = 'value' > xlab = 'index' > main = 'maandgemiddelden NY SP-500 index' > #'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/1xqf01254930544.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/2y5j01254930544.tab") > > system("convert tmp/1xqf01254930544.ps tmp/1xqf01254930544.png") > > > proc.time() user system elapsed 0.410 0.320 0.628