Today, I was wondering how to customize the appearance of the box-and-whisker plots. E.g., I wanted to remove the line around the box. However, the problem is, that the
For complete documentation you should look at ?bxp
(linked from the ...
description in ?boxplot
, and in the "See Also" in ?boxplot
, and in the pars
description in ?boxplot
.). It documents that outpch
can change the shape of the outliers (though pch
works fine too). It also has boxlty
, boxlwd
, boxcol
and boxfill
for the box, and many others for the whiskers, the staples, median line...