search for: mean_sdl

Displaying 2 results from an estimated 2 matches for "mean_sdl".

2009 Sep 14
1
ggplot, ribbon not showing up properly
...scale_x_continuous(breaks=sort(unique(dat$Day))) + geom_line(colour=alpha("blue", 5/10)) # Adding mean, 1 sd bounds using crossbar geom is ok. But the same info using ribbon geom doesn't work. p + stat_summary(data=dat.less, aes(group=1), geom="crossbar", fun.data="mean_sdl", mult=1) + stat_summary(data=dat.less, aes(group=1), geom="ribbon", fun.data="mean_sdl", mult=1, fill=alpha("blue", 1/10))
2008 Feb 18
2
Custom Plot - means, SD & 5th-95th% (Plotmeans or Boxplot)?
Any help with this problem would be greatly appreciated: I need to produce a custom plot i haven't come across in R. Basically, I want to show means, 1st standard deviation and 5th and 95th percentiles visually, using something resembling a boxplot. Is it possible to completely customize a boxplot so that it shows means as the bar (instead of, not as well as medians), standard deviations at