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(4.031636,3.702076,3.056167,3.280707,2.984728,3.693712,3.226317,2.190349,2.599515,3.080288,2.929672,2.922548,3.234943,2.983081,3.284389,3.806511,3.784579,2.645654,3.092081,3.204859,3.107225,3.466909,2.984404,3.218072,2.82731,3.182049,2.236319,2.033218,1.644804,1.627971,1.677559,2.330828,2.493615,2.257172,2.655517,2.298655,2.600402,3.04523,2.790583,3.227052,2.967479,2.938817,3.277961,3.423985,3.072646,2.754253,2.910431,3.174369,3.068387,3.089543,2.906654,2.931161,3.02566,2.939551,2.691019,3.19812,3.07639,2.863873,3.013802,3.053364,2.864753,3.057062,2.959365,3.252258,3.602988,3.497704,3.296867,3.602417,3.3001,3.40193,3.502591,3.402348,3.498551,3.199823,2.700064,2.801034,2.898628,2.800854,2.399942,2.402724,2.202331,2.102594,1.798293,1.202484,1.400201,1.200832,1.298083,1.099742,1.001377,0.8361743) > par4 = '12' > par3 = 'gewapende moorden' > par2 = '' > par1 = 'Firearm_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/html/rcomp/tmp/1ywco1293622011.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/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/21xac1293622011.tab") > try(system("convert tmp/1ywco1293622011.ps tmp/1ywco1293622011.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.378 0.172 0.761