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(32,30,60,67,40,59,61,20,30,51,80,70,10,55,87,90,57,90,72,20,19,70,61,53,81,75,65,71,39,60,50,60,41,37,35,70,80,70,60,60,60,72,69,30,50,80,56,80,60,50,65,80,37,71,70,49,61,90,17,50,73,70,20,45,80,70,90,58,90,60,78,31,80,70,65,30,71,50,20,55,38,90,86,65,70,70,100,80,39,62,75,60,86,53,74,69,50,65,44,80,20,70,28,40,60,81,59,64,55,69,70,80,50,55,50,70,22,50,46,60,71,60,91,80,56,86,70,80,74,65,91,50,90,79,60,60,100,67,50,83,80,70,87,51,60,100) > par4 = 'No season' > par3 = '' > par2 = 'www.ico.org' > par1 = 'praten met vreemden' > ylimmax = '' > ylimmin = '' > ylab = 'schaal' > xlab = 'praten met vreemden' > main = '' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: Wessa P., (2007), Plot of univariate data series (v1.0.1) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_univariatedataseries.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/1c58o1289575288.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/2y5oc1289575288.tab") > try(system("convert tmp/1c58o1289575288.ps tmp/1c58o1289575288.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.392 0.204 1.027