powered by
Add a horizontal boxplot to the current plot. This is mainly an auxiliary function for histBxp, since boxplot(*, horizontal = TRUE, add = TRUE) is usually much preferable to this.
histBxp
boxplot(*, horizontal = TRUE, add = TRUE)
p.hboxp(x, y.lo, y.hi, boxcol = 3, medcol = 2, medlwd = 5, whisklty = 2, staplelty = 1)
univariate data set.
minimal and maximal user coordinates or y.lo = c(ylo,hyi).
y.lo = c(ylo,hyi)
color of the box and the median line.
line width of median line.
line types of the whisker and the staple, the latter being used for the outmost non-outliers.
Martin Maechler building on code from Markus and Christian Keller.
....
boxplot(**, horizontal = TRUE, add= TRUE).
boxplot(**, horizontal = TRUE, add= TRUE)
## ==> See code in 'histBxp' (.) and example(histBxp) ! ##
Run the code above in your browser using DataLab