On Sun, Nov 27, 2011 at 2:15 AM, Jeffrey Joh <johjeff...@hotmail.com> wrote: > I'm trying to do the second case among Jim's suggestions. I used > Bert's suggestion and it works great. > > I would also like to ask if anyone is familiar with a package for > making box-plots. I would like to bin my datapoints at defined X > intervals and display a boxplot for each bin on the same chart. In > Stata, there is a tool for making these, and it varies the width of > the boxplot based on the number of points in each plot. I am hoping > there is a similar tool for R.
You can do it if you pass suitable values for the 'width' argument of boxplot(). -- Jakson Alves de Aquino Federal University of Ceará Social Sciences Department www.lepem.ufc.br/aquino.php ______________________________________________ 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.