making a combined boxplot and stripchart in R
2013-12-01azim58 - making a combined boxplot and stripchart in R
http://stackoverflow.com/questions/8387088/r-boxplot-and-stripchart-side-by
- side-in-1-figure
In Deducer one can make a group boxplot (under the Templates tab), and
then a group scatterplot. Right click the group scatterplot->Edit
dialog->check boxes to provide more options such as alpha, binwidth, and
dotsize.
parameters I like for a boxplot combined with a dot plot (scatterplot or
strip chart) as of 9-26-13
- -set group and type
- -alpha at 0.5
- -binwidth at 0.01
- -dotsize at 3.0 or 1.0