Thanks. I switched to ggplot2 which offers error bars.
Joh
Dieter Menne wrote:
>
>
> Johannes wrote:
>>
>>
>> How can I, given the code snippet below, draw the error bars in the
>> center of each grouped bar rather than in the center of the group?
>>
>
> http://markmail.org/message/oljgimk
Johannes wrote:
>
>
> How can I, given the code snippet below, draw the error bars in the center
> of each grouped bar rather than in the center of the group?
>
http://markmail.org/message/oljgimkav2qcdyre
Dieter
--
View this message in context:
http://n4.nabble.com/Lattice-barchart-erro
Hi,
How can I, given the code snippet below, draw the error bars in the center
of each grouped bar rather than in the center of the group?
Thanks for any hints,
Joh
library(lattice)
barley[["SD"]] <- 5
barchart(
yield ~ variety | site,
data = barley,
groups=year,
origin=0,
lowDev=b
3 matches
Mail list logo