Dear List,

I just googled to find out if notched box plots are possible with
ggplot2, but couldn't find a answer to it.

boxplot() has the option: notch = TRUE, e.g.: boxplot(mpg$hwy, notch=TRUE)

My example code (taken from the net) is:

require(ggplot2)
qplot(class, hwy, fill=factor(year), data=mpg, geom="boxplot",
position="dodge")+theme_bw()


Thank you for you help!

Steve

______________________________________________
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