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(15,12,15,12,14,8,11,15,4,13,19,10,15,6,7,14,16,16,14,15,14,12,9,12,14,12,14,10,14,16,10,8,12,11,8,13,11,12,16,16,13,14,5,14,13,16,14,15,15,11,15,16,13,11,12,12,10,8,9,12,14,12,11,14,7,16,16,11,16,13,11,13,14,15,10,15,11,11,6,11,12,13,12,8,9,10,16,15,14,12,12,10,12,8,16,11,12,9,14,15,8,12,10,16,17,8,9,8,11,16,13,5,15,15,12,12,16,12,10,12,4,11,16,7,9,14,11,10,6,14,11,11,9,16,7,8,10,14,9,13,13,12,11,10,12,14,11,13,14,13,16,13,12,9,14,15) > par4 = 'No season' > par3 = 'Geschatte populariteit van een student' > par2 = 'Survey P&F schakelstudenten HW' > par1 = 'Perceived popularity' > 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: 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/1tdol1290279832.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/2xe5r1290279832.tab") > try(system("convert tmp/1tdol1290279832.ps tmp/1tdol1290279832.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.397 0.180 0.789