Xiaoxu LI
2008-Oct-24 20:02 UTC
[R] How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Dear R fans, I am preparing a lecture discussing the paper of Wilkinson and APA Task Force on Statistical Inference (1999, American Psychologist, 54, 594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any elegant script to do the job? Thanks --------------- LI, Xiaoxu
Greg Snow
2008-Oct-25 04:49 UTC
[R] How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
If the goal is to embed one (or more) plot into another plot, then the subplot function in the TeachingDemos package may help. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Xiaoxu LI > Sent: Friday, October 24, 2008 2:03 PM > To: r-help at r-project.org > Subject: [R] How to embed residual dot plots of BHH2::anovaPlot(...) > into plotMeans(...)? > > Dear R fans, > > I am preparing a lecture discussing the paper of Wilkinson and APA > Task Force on Statistical Inference (1999, American Psychologist, 54, > 594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to > add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any > elegant script to do the job? > > > > Thanks > > --------------- > LI, Xiaoxu > > ______________________________________________ > R-help at 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.