R version 2.6.2 (2008-02-08) Copyright (C) 2008 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(12.23,12.25,12.33,12.37,12.38,12.41,12.41,12.41,12.43,12.44,12.46,12.46,12.46,12.47,12.55,12.58,12.6,12.62,12.62,12.66,12.7,12.76,12.79,12.81,12.86,13.03,13.09,13.15,13.17,13.18,13.18,13.19,13.19,13.19,13.25,13.24,13.3,13.35,13.35,13.35,13.36,13.37,13.38,13.39,13.4,13.4,13.44,13.44,13.44,13.47,13.52,13.58,13.65,13.66,13.68,13.68,13.77,13.78,13.79,13.79,13.82,13.86,13.94,14,14.02,14.03,14.07,14.1,14.1,14.16,14.17,14.17) > par1 = '72' > #'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!) > par1 <- as.numeric(par1) > (n <- length(x)) [1] 72 > (np <- floor(n / par1)) [1] 1 > arr <- array(NA,dim=c(par1,np+1)) > darr <- array(NA,dim=c(par1,np+1)) > ari <- array(0,dim=par1) > dx <- diff(x) > j <- 0 > for (i in 1:n) + { + j = j + 1 + ari[j] = ari[j] + 1 + arr[j,ari[j]] <- x[i] + darr[j,ari[j]] <- dx[i] + if (j == par1) j = 0 + } > ari [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [39] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 > arr [,1] [,2] [1,] 12.23 NA [2,] 12.25 NA [3,] 12.33 NA [4,] 12.37 NA [5,] 12.38 NA [6,] 12.41 NA [7,] 12.41 NA [8,] 12.41 NA [9,] 12.43 NA [10,] 12.44 NA [11,] 12.46 NA [12,] 12.46 NA [13,] 12.46 NA [14,] 12.47 NA [15,] 12.55 NA [16,] 12.58 NA [17,] 12.60 NA [18,] 12.62 NA [19,] 12.62 NA [20,] 12.66 NA [21,] 12.70 NA [22,] 12.76 NA [23,] 12.79 NA [24,] 12.81 NA [25,] 12.86 NA [26,] 13.03 NA [27,] 13.09 NA [28,] 13.15 NA [29,] 13.17 NA [30,] 13.18 NA [31,] 13.18 NA [32,] 13.19 NA [33,] 13.19 NA [34,] 13.19 NA [35,] 13.25 NA [36,] 13.24 NA [37,] 13.30 NA [38,] 13.35 NA [39,] 13.35 NA [40,] 13.35 NA [41,] 13.36 NA [42,] 13.37 NA [43,] 13.38 NA [44,] 13.39 NA [45,] 13.40 NA [46,] 13.40 NA [47,] 13.44 NA [48,] 13.44 NA [49,] 13.44 NA [50,] 13.47 NA [51,] 13.52 NA [52,] 13.58 NA [53,] 13.65 NA [54,] 13.66 NA [55,] 13.68 NA [56,] 13.68 NA [57,] 13.77 NA [58,] 13.78 NA [59,] 13.79 NA [60,] 13.79 NA [61,] 13.82 NA [62,] 13.86 NA [63,] 13.94 NA [64,] 14.00 NA [65,] 14.02 NA [66,] 14.03 NA [67,] 14.07 NA [68,] 14.10 NA [69,] 14.10 NA [70,] 14.16 NA [71,] 14.17 NA [72,] 14.17 NA > darr [,1] [,2] [1,] 0.02 NA [2,] 0.08 NA [3,] 0.04 NA [4,] 0.01 NA [5,] 0.03 NA [6,] 0.00 NA [7,] 0.00 NA [8,] 0.02 NA [9,] 0.01 NA [10,] 0.02 NA [11,] 0.00 NA [12,] 0.00 NA [13,] 0.01 NA [14,] 0.08 NA [15,] 0.03 NA [16,] 0.02 NA [17,] 0.02 NA [18,] 0.00 NA [19,] 0.04 NA [20,] 0.04 NA [21,] 0.06 NA [22,] 0.03 NA [23,] 0.02 NA [24,] 0.05 NA [25,] 0.17 NA [26,] 0.06 NA [27,] 0.06 NA [28,] 0.02 NA [29,] 0.01 NA [30,] 0.00 NA [31,] 0.01 NA [32,] 0.00 NA [33,] 0.00 NA [34,] 0.06 NA [35,] -0.01 NA [36,] 0.06 NA [37,] 0.05 NA [38,] 0.00 NA [39,] 0.00 NA [40,] 0.01 NA [41,] 0.01 NA [42,] 0.01 NA [43,] 0.01 NA [44,] 0.01 NA [45,] 0.00 NA [46,] 0.04 NA [47,] 0.00 NA [48,] 0.00 NA [49,] 0.03 NA [50,] 0.05 NA [51,] 0.06 NA [52,] 0.07 NA [53,] 0.01 NA [54,] 0.02 NA [55,] 0.00 NA [56,] 0.09 NA [57,] 0.01 NA [58,] 0.01 NA [59,] 0.00 NA [60,] 0.03 NA [61,] 0.04 NA [62,] 0.08 NA [63,] 0.06 NA [64,] 0.02 NA [65,] 0.01 NA [66,] 0.04 NA [67,] 0.03 NA [68,] 0.00 NA [69,] 0.06 NA [70,] 0.01 NA [71,] 0.00 NA [72,] NA NA > arr.mean <- array(NA,dim=par1) > arr.median <- array(NA,dim=par1) > arr.midrange <- array(NA,dim=par1) > for (j in 1:par1) + { + arr.mean[j] <- mean(arr[j,],na.rm=TRUE) + arr.median[j] <- median(arr[j,],na.rm=TRUE) + arr.midrange[j] <- (quantile(arr[j,],0.75,na.rm=TRUE) + quantile(arr[j,],0.25,na.rm=TRUE)) / 2 + } > overall.mean <- mean(x) > overall.median <- median(x) > overall.midrange <- (quantile(x,0.75) + quantile(x,0.25)) / 2 > postscript(file="/var/www/html/rcomp/tmp/1l7o11209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.mean,type='b',ylab='mean',main='Mean Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.mean,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/22f571209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.median,type='b',ylab='median',main='Median Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.median,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/3sohc1209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.midrange,type='b',ylab='midrange',main='Midrange Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.midrange,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/4txj61209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(t(arr)) > names(z) <- c(1:par1) > (boxplot(z,notch=TRUE,col='grey',xlab='Periodic Index',ylab='Value',main='Notched Box Plots - Periodic Subseries')) $stats [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [1,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [2,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [3,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [4,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [5,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [1,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [2,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [3,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [4,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [5,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [,25] [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [1,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [2,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [3,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [4,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [5,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [,37] [,38] [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [1,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [2,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [3,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [4,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [5,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [,49] [,50] [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [1,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [2,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [3,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [4,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [5,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [,61] [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 [2,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 [3,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 [4,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 [5,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 $n [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [39] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [1,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [2,] 12.23 12.25 12.33 12.37 12.38 12.41 12.41 12.41 12.43 12.44 12.46 12.46 [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [1,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [2,] 12.46 12.47 12.55 12.58 12.6 12.62 12.62 12.66 12.7 12.76 12.79 12.81 [,25] [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [1,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [2,] 12.86 13.03 13.09 13.15 13.17 13.18 13.18 13.19 13.19 13.19 13.25 13.24 [,37] [,38] [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [1,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [2,] 13.3 13.35 13.35 13.35 13.36 13.37 13.38 13.39 13.4 13.4 13.44 13.44 [,49] [,50] [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [1,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [2,] 13.44 13.47 13.52 13.58 13.65 13.66 13.68 13.68 13.77 13.78 13.79 13.79 [,61] [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 [2,] 13.82 13.86 13.94 14 14.02 14.03 14.07 14.1 14.1 14.16 14.17 14.17 $out numeric(0) $group numeric(0) $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" [16] "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" [31] "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" [46] "46" "47" "48" "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" [61] "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/5mn991209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(t(darr)) > names(z) <- c(1:par1) > (boxplot(z,notch=TRUE,col='grey',xlab='Periodic Index',ylab='Value',main='Notched Box Plots - Differenced Periodic Subseries')) $stats [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [2,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [3,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [4,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [5,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [,26] [1,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [2,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [3,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [4,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [5,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [1,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [2,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [3,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [4,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [5,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [2,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [3,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [4,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [5,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [,62] [1,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [2,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [3,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [4,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [5,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA [2,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA [3,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA [4,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA [5,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA $n [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [39] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [2,] 0.02 0.08 0.04 0.01 0.03 0 0 0.02 0.01 0.02 0 0 0.01 0.08 [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [,26] [1,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [2,] 0.03 0.02 0.02 0 0.04 0.04 0.06 0.03 0.02 0.05 0.17 0.06 [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [1,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [2,] 0.06 0.02 0.01 0 0.01 0 0 0.06 -0.01 0.06 0.05 0 [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [2,] 0 0.01 0.01 0.01 0.01 0.01 0 0.04 0 0 0.03 0.05 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [,62] [1,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [2,] 0.06 0.07 0.01 0.02 0 0.09 0.01 0.01 0 0.03 0.04 0.08 [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA [2,] 0.06 0.02 0.01 0.04 0.03 0 0.06 0.01 0 NA $out numeric(0) $group numeric(0) $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" [16] "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" [31] "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" [46] "46" "47" "48" "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" [61] "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/6nexy1209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(arr) > names(z) <- c(1:np) > (boxplot(z,notch=TRUE,col='grey',xlab='Block Index',ylab='Value',main='Notched Box Plots - Sequential Blocks')) $stats [,1] [,2] [1,] 12.230 NA [2,] 12.620 NA [3,] 13.275 NA [4,] 13.670 NA [5,] 14.170 NA $n [1] 72 0 $conf [,1] [,2] [1,] 13.07948 NA [2,] 13.47052 NA $out numeric(0) $group numeric(0) $names [1] "1" NA > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/7x9fa1209401422.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(cbind(arr.mean,arr.median,arr.midrange)) > names(z) <- list('mean','median','midrange') > (boxplot(z,notch=TRUE,col='grey',ylab='Overall Central Tendency',main='Notched Box Plots')) $stats [,1] [,2] [,3] [1,] 12.230 12.230 12.230 [2,] 12.620 12.620 12.620 [3,] 13.275 13.275 13.275 [4,] 13.670 13.670 13.670 [5,] 14.170 14.170 14.170 $n [1] 72 72 72 $conf [,1] [,2] [,3] [1,] 13.07948 13.07948 13.07948 [2,] 13.47052 13.47052 13.47052 $out numeric(0) $group numeric(0) $names [1] "mean" "median" "midrange" > dev.off() null device 1 > > system("convert tmp/1l7o11209401422.ps tmp/1l7o11209401422.png") > system("convert tmp/22f571209401422.ps tmp/22f571209401422.png") > system("convert tmp/3sohc1209401422.ps tmp/3sohc1209401422.png") > system("convert tmp/4txj61209401422.ps tmp/4txj61209401422.png") > system("convert tmp/5mn991209401422.ps tmp/5mn991209401422.png") > system("convert tmp/6nexy1209401422.ps tmp/6nexy1209401422.png") > system("convert tmp/7x9fa1209401422.ps tmp/7x9fa1209401422.png") > > > proc.time() user system elapsed 2.916 1.643 3.175