Hello all,
 
I have a question on bpplot (or more specifically panel.bpplot used with 
bwplot) from package Hmisc.
I would like to produce a box-percentile plot but vertically. And I hqve not 
been able to use the horizontal argument...
 
using one of the examples from  ?panel.bpplot :
 
bwplot(g ~x, panel=panel.bpplot,cex=0.3)
 
# neither of these 2 produce the vertical plot I'd like :
 
bwplot(g ~x, panel=panel.bpplot,cex=0.3,horizontal=F)
bwplot(x~g, panel=panel.bpplot,cex=0.3,horizontal=F)
 
Any way to produce what I'm looking for ?
Thanks very much.
 
David Gouache

ARVALIS - Institut du végétal

Station de La Minière

78280 Guyancourt

Tel: 01.30.12.96.22 / Port: 06.86.08.94.32

______________________________________________
R-help@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.

Reply via email to