[R] Automating Plot and Model Generation

2011-12-21 Thread Rich Shepard
I need to generate 6 x-y scatter plots (lattice xyplot) for each of 11 data frames. I'm sure the tedium of doing these one at a time can be avoided by writing a script that uses nested for loops or the apply() function. My Web search has not provided me with a tutorial on R programming that

Re: [R] Automating Plot and Model Generation

2011-12-21 Thread Bert Gunter
On Wed, Dec 21, 2011 at 6:57 AM, Rich Shepard rshep...@appl-ecosys.com wrote:  I need to generate 6 x-y scatter plots (lattice xyplot) for each of 11 data frames. I'm sure the tedium of doing these one at a time can be avoided by writing a script that uses nested for loops or the apply()

Re: [R] Automating Plot and Model Generation

2011-12-21 Thread Rich Shepard
On Wed, 21 Dec 2011, Bert Gunter wrote: Well, you may have to invest in a book or two to get what you want. Bert, I've more than a dozen books I've bought and read over the past few months, but haven't found what I need in them. (May be there and I missed it.) You can start with R's own

Re: [R] Automating Plot and Model Generation

2011-12-21 Thread Rich Shepard
On Wed, 21 Dec 2011, Bert Gunter wrote: You can start with R's own An Introduction to R, but if that won't do, ... I should have looked more carefully at what I have available here. The R-lang.pdf will take me a long way; perhaps all the way to writing what I need. Thanks, Bert, Rich