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
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.
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(
3 matches
Mail list logo