Re: [R] Displaying a summary in graphics

2011-08-05 Thread Aram Fingal
ot;mono") > > Jean > > > `·.,, ><(((º> `·.,, ><(((º> `·.,, ><(((º> > > Jean V. Adams > Statistician > U.S. Geological Survey > Great Lakes Science Center > 223 East Steinfest Road > Antigo, WI 54409 USA > > &

Re: [R] Displaying a summary in graphics

2011-08-05 Thread Jean V Adams
now To: Aram Fingal , "r-help@r-project.org" Date: 08/05/2011 02:40 PM Subject: Re: [R] Displaying a summary in graphics Sent by: r-help-boun...@r-project.org Use the capture.output function with printing the summary of the anova, then pass that to your function. -- Gregory

Re: [R] Displaying a summary in graphics

2011-08-05 Thread Greg Snow
ct.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Aram Fingal > Sent: Friday, August 05, 2011 1:16 PM > To: r-help@r-project.org > Subject: Re: [R] Displaying a summary in graphics > > > On Aug 5, 2011, at 1:44 PM, Jean V Adams wrote: > > > > > A search of

Re: [R] Displaying a summary in graphics

2011-08-05 Thread Aram Fingal
On Aug 5, 2011, at 1:44 PM, Jean V Adams wrote: > > A search of the R-help archives may provide some help. > > See, for example, > http://r.789695.n4.nabble.com/including-tabular-information-with-a-plot-in-R-Graphics-tt885431.html > > Actually, I already read through those posts and they

Re: [R] Displaying a summary in graphics

2011-08-05 Thread Jean V Adams
ological Survey Great Lakes Science Center 223 East Steinfest Road Antigo, WI 54409 USA From: Aram Fingal To: r-help@r-project.org Date: 08/05/2011 12:40 PM Subject: [R] Displaying a summary in graphics Sent by: r-help-boun...@r-project.org I'm writing a script which puts together a bunch

[R] Displaying a summary in graphics

2011-08-05 Thread Aram Fingal
I'm writing a script which puts together a bunch of graphs and outputs them to a graphics device. One of the things I want to add is ANOVA summaries but I'm having trouble with formatting them for graphics. I do this: anova_summary <- summary(aov(concentration~inhibition*genotype, data =drug