[R] xyplot() groups scope issue

2007-08-30 Thread Mike Lawrence
Hi all, Tinkering with a wrapper for xyplot that will help me plot a bunch of plots in a data analysis I'm doing and I ran into an odd error that I'm guessing is a scope issue. Here's a very simple version of the code: ### #load lattice library(lattice) #create the wrapper

Re: [R] xyplot() groups scope issue

2007-08-30 Thread deepayan . sarkar
On 8/30/07, Mike Lawrence [EMAIL PROTECTED] wrote: Hi all, Tinkering with a wrapper for xyplot that will help me plot a bunch of plots in a data analysis I'm doing and I ran into an odd error that I'm guessing is a scope issue. Here's a very simple version of the code: It's indeed a scoping