Hello,
When using bargraph.CI in package sciplot can the bars for each group
be different colors?  How do I select the color for each group?

When I use this instead of the default (SD vs SE):

bargraph.CI(x.factor = dose, response = len, data = ToothGrowth,

               ci.fun= function(x) c(mean(x)-sd(x), mean(x) + sd(x)) )


Am I getting 95% CI bars?

Thank you kindly,
Michael Just

______________________________________________
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