R version 2.9.0 (2009-04-17) Copyright (C) 2009 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(11028.93,10973,11068.05,11394.84,11545.71,11809.38,11395.64,11082.38,11402.75,11716.87,12204.98,12986.62,13392.79,14368.05,15650.83,16102.64,16187.64,16311.54,17232.97,16397.83,14990.31,15147.55,15786.78,15934.09,16519.44,16101.07,16775.08,17286.32,17741.23,17128.37,17460.53,17611.14,18001.37,17974.77,16460.95,16235.39,16903.36,15543.76,15532.18,13731.31,13547.84,12602.93,13357.7,13995.33,14084.6,13168.91,12989.35,12123.53,9117.03,8531.45,8460.94,8331.49,7694.78,7764.58,8767.96,9304.43,9810.31,9691.12,10430.35,10302.87) > par3 = '' > par2 = 'Belgostat' > par1 = 'Aandelenmarkt Nikkei' > ylab = 'JPY' > xlab = 'Maanden' > main = 'Aandelenmarkt Nikkei' > #'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/1a1cg1255086250.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/2w1t81255086250.tab") > > system("convert tmp/1a1cg1255086250.ps tmp/1a1cg1255086250.png") > > > proc.time() user system elapsed 0.375 0.171 0.444