Dear Dean,
Try this:
mydat = data.frame(x=rnorm(100), g=c(rep(1, 50), rep(2, 50)))
bwplot(g ~ x, data=mydat,
par.settings=list("box.umbrella"=list(lty=1)))
Hope this helps,
Dave.
--
Dave Armstrong
University of Maryland
Dept of Government and Politics
3140 Tydings Hall
College Park, MD 20742
Office: 2103L Cole Field House
Phone: 301-405-9735
e-mail: darmstrong@gvpt.umd.edu
web: www.davearmstrong-ps.com
On 5/17/06, Dean Sonneborn <dsonneborn@ucdavis.edu>
wrote:>
> I am running this code to produce some boxplots. I have every thing that
> I need except that I would like the whisker line to be solid line, not
> dashes. I have reviewed the lattice docs but have not seemed to come
> across this point.
>
> print( bwplot( group ~ lpcb_tot, data= data7, xlab="Log PCB",
> + ylab> + " G B
> + S M S M ") )
>
> --
> Dean Sonneborn, MS
> Programmer Analyst
> Department of Public Health Sciences
> University of California, Davis
> (530) 754-9516
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
[[alternative HTML version deleted]]