search for: 55c56

Displaying 1 result from an estimated 1 matches for "55c56".

Did you mean: 5556
2000 May 18
0
Control of box and staple width in boxplot()
...notch, bxp() 1c1,2 < function (z, notch = FALSE, width = NULL, varwidth = FALSE, notch.frac = 0.5, --- > function (z, notch = FALSE, width = NULL, varwidth = FALSE, > boxwex=0.8, notch.frac = 0.5, 52c53 < 0.8 * width/max(width) --- > boxwex * width/max(width) 55c56 < 0.8 * sqrt(unlist(lapply(z, "[[", "n"))/nmax) --- > boxwex * sqrt(unlist(lapply(z, "[[", "n"))/nmax) 57,58c58,59 < 0.4 < else rep(0.8, n) --- > 0.5*boxwex > else rep(boxwex, n) Examples: data(Plant...