> How can I control only the width of the
> axis line? Or, other option, how can I get rid of the axis
> line without getting rid of the tickmarks (as below the axis,
> there is the line from the frame, I don't really need the axis line)?
>
Not sure which boxplot you;re using; on mine (R 3.13.1) lwd isn;t pushed
through to box() and axis()
However, it's fixable in boxplot() by producing the boxplot with axes=FALSE and
then using axis() and box() with your specified line parameters to add the box
and axes separately with whatever lwd your version supports.
S Ellison
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.