R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(9.166456,7.970589,7.104091,6.621064,7.529215,8.170938,8.15745,7.378962,7.921496,8.15674,8.856365,8.817177,8.734347,9.345927,8.99297,10.78512,8.886867,8.818847,8.823744,9.165298,8.652657,8.173054,7.563416,7.595809,8.381467,7.216432,6.540178,6.238914,5.487288,5.759462,5.993215,7.474726,7.348907,7.303379,7.119314,6.99378,6.958153,7.595706,8.088153,7.555753,7.315433,7.893427,8.858794,8.839367,8.014733,7.873465,8.930377,10.50055,12.61144,11.41787,11.87249,11.06082,12.04331,9.776299,9.557194,9.20259,10.22402,9.350807,8.300913,8.365779,8.133595,7.66047,8.074839,7.848597,7.99822,7.396895,7.900419,8.1005,7.899453,7.599783,8.100929,9.002175,10.2989,10.10152,10.69915,9.69814,9.800951,10.90047,10.69785,9.297252,10.39744,10.90072,12.90127,13.09906,11.69828,11.09987,11.30157,10.70211,10.09931,9.591119) > par4 = '12' > par3 = 'niet gewapende zelfmoorden' > par2 = '' > par1 = 'NonFirearm_Suicide' > ylimmax = '' > ylimmin = '' > ylab = 'value' > xlab = 'index or time' > 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/1ump41293622423.ps",horizontal=F,onefile=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/2nv7p1293622423.tab") > try(system("convert tmp/1ump41293622423.ps tmp/1ump41293622423.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.370 0.280 0.637