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 <- array(list(1280 + ,1024 + ,1024 + ,768 + ,1120 + ,700 + ,1024 + ,768 + ,1280 + ,800 + ,1280 + ,1024 + ,1280 + ,800 + ,1024 + ,768 + ,1280 + ,800 + ,1280 + ,1024 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,1024 + ,1688 + ,949 + ,1440 + ,900 + ,1600 + ,1200 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,768 + ,1176 + ,735 + ,1280 + ,800 + ,1503 + ,845 + ,1440 + ,900 + ,1366 + ,768 + ,1280 + ,768 + ,1024 + ,768 + ,1280 + ,800 + ,1280 + ,768 + ,1024 + ,768 + ,1280 + ,1024 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1440 + ,900 + ,1024 + ,768 + ,1440 + ,900 + ,1143 + ,857 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1366 + ,768 + ,1024 + ,768 + ,1408 + ,880 + ,1366 + ,768 + ,1176 + ,735 + ,1257 + ,785 + ,1280 + ,800 + ,1280 + ,800 + ,1440 + ,900 + ,1440 + ,900 + ,1024 + ,768 + ,1140 + ,641 + ,1280 + ,1024 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1152 + ,864 + ,1280 + ,1024 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,1024 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,1024 + ,1024 + ,768 + ,1366 + ,768 + ,1280 + ,800 + ,1280 + ,800 + ,1440 + ,900 + ,1366 + ,768 + ,1280 + ,800 + ,1024 + ,768 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,800 + ,1408 + ,880 + ,1280 + ,800 + ,1440 + ,900 + ,1440 + ,900 + ,917 + ,550 + ,1280 + ,800 + ,1760 + ,990 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,800 + ,1024 + ,768 + ,1366 + ,768 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,1024 + ,1024 + ,768 + ,1024 + ,768 + ,1600 + ,900 + ,1117 + ,698 + ,1440 + ,900 + ,983 + ,737 + ,1024 + ,768 + ,1024 + ,640 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,800 + ,1440 + ,900 + ,1280 + ,800 + ,1024 + ,768 + ,1024 + ,768 + ,1152 + ,864 + ,1280 + ,768 + ,1024 + ,768 + ,1366 + ,768 + ,1280 + ,800 + ,1366 + ,768 + ,1024 + ,768 + ,1440 + ,900 + ,1024 + ,768 + ,1280 + ,800 + ,1280 + ,800 + ,1280 + ,800 + ,1024 + ,768 + ,1280 + ,800) + ,dim=c(2 + ,129) + ,dimnames=list(c('Width' + ,'Height') + ,1:129)) > y <- array(NA,dim=c(2,129),dimnames=list(c('Width','Height'),1:129)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par1 = 'grey' > ylab = 'value' > xlab = 'variables' > main = 'Notched Boxplots' > #'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!# > z <- as#data#frame#t#y## > postscript(file="/var/www/html/rcomp/tmp/1wwtl1286217829.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > #r<-boxplot#z ,xlab=xlab,ylab=ylab,main=main,notch=TRUE,col=par1## > dev#off## Error: object 'dev' not found Execution halted