Re: [R] Error bars in lattice barchart with groups

2010-12-01 Thread Dieter Menne
This is an interesting discussion on barchart (without error bars) http://www.decisionsciencenews.com/2010/08/11/which-chart-is-better/ Dieter -- View this message in context: http://r.789695.n4.nabble.com/Error-bars-in-lattice-barchart-with-groups-tp3065864p3066860.html Sent from the R help

Re: [R] Error bars in lattice barchart with groups

2010-12-01 Thread Dieter Menne
Henning Wildhagen wrote: > > > i want to plot gene regulation data in a lattice barchart. To illustrate > the problem i encounter, the following code uses the "barley"dataset: > > > #No, i tried to add error bars using the following code: > .. > As Deepayan noted in # http://markmail.

[R] Error bars in lattice barchart with groups

2010-11-30 Thread Henning Wildhagen
Dear R-users, i want to plot gene regulation data in a lattice barchart. To illustrate the problem i encounter, the following code uses the "barley"dataset: library(lattice) barley[["SD"]] <- 5 PLOT <- barchart(data=barley, yield~variety|site, groups=year,origin=0, as.table=TRUE, scales=list(