Re: [R] Access to conditioning variables (lattice)

2009-10-04 Thread Deepayan Sarkar
On Thu, Sep 24, 2009 at 2:14 PM, Martin Lepage martin.d.lep...@gmail.com wrote: The problem I am facing is that I do not know how to generically access the conditioning variables within the panel function. In this simple case, I can achieve what I want to do with the following call :    

[R] Access to conditioning variables (lattice)

2009-09-24 Thread Martin D. Lepage
[using R version 2.8.1 (2008-12-22)] Hello, I'm trying to access the conditioning variables of an xyplot within a 'panel' function but I have not been able to figure out how to do so. Here is a simple example that describes what I wish to do (the problem lies with the commented line): dataset -

Re: [R] Access to conditioning variables (lattice)

2009-09-24 Thread William Dunlap
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Martin D. Lepage Sent: Thursday, September 24, 2009 7:38 AM To: r-help@r-project.org Subject: [R] Access to conditioning variables (lattice) [using R version 2.8.1 (2008-12-22

Re: [R] Access to conditioning variables (lattice)

2009-09-24 Thread Martin Lepage
The problem I am facing is that I do not know how to generically access the conditioning variables within the panel function. In this simple case, I can achieve what I want to do with the following call :    do_something_with(Type[which.packet()]) I just continued testing and I realized