[R] boxplot

jim holtman jholtman at gmail.com
Fri Aug 22 18:36:28 CEST 2008


Try this:  it came from the help on 'bxp' which is called from boxplot:

boxplot(count ~ spray, data = InsectSprays, col = "lightgray",medlwd=1)


On Fri, Aug 22, 2008 at 3:18 PM, Suyan Tian <stian at mail.rockefeller.edu> wrote:
> Hi, I just made a boxplot but I want to change the thickness of the line
> used for the median to look a little thinner. Could anyone please help me
> figuring out the R-code to do it?
>
> Thanks, I really appreciate it.
>
> Suyan
>
> ______________________________________________
> R-help at r-project.org 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?



More information about the R-help mailing list