[R] Getting identify() to work with lattice::cloud()

2009-07-02 Thread Robert A. LaBudde
I don't seem to be able to put any syntax into identify() that gets it to work with lattice cloud() graph: layout(1) require('lattice') cloud(g3 ~ g1 + g2, data=gapp, col = blue, xlab='G1 Score', ylab='G2 Score', zlab='G3 Score', main='3D Plot for Applicants') identify(gapp[,2:4],

Re: [R] Getting identify() to work with lattice::cloud()

2009-07-02 Thread Deepayan Sarkar
On Thu, Jul 2, 2009 at 10:11 AM, Robert A. LaBudder...@lcfltd.com wrote: I don't seem to be able to put any syntax into identify() that gets it to work with lattice cloud() graph: layout(1) require('lattice') cloud(g3 ~ g1 + g2, data=gapp, col = blue,  xlab='G1 Score', ylab='G2 Score',