Re: [R] highlight points in lattice cloud plot

2013-05-29 Thread Duncan Mackay
df and txt , among others get through. > > It is better to supply the example in the email itself if possible. Have a look at https://github.com/hadley/devtools/wiki/Reproducibility for suggestions. > > John Kane > Kingston ON Canada > > >> -Original Message----- &

Re: [R] highlight points in lattice cloud plot

2013-05-29 Thread Stefan Lüdtke
gt;> On 05/29/2013 03:36 PM, John Kane wrote: >>> No attachment. The R-help list tendst to strip out many type of >> attached files though pdf and txt , among others get through. >>> It is better to supply the example in the email itself if possible. Have >> a look at h

Re: [R] highlight points in lattice cloud plot

2013-05-29 Thread ilai
s/wiki/Reproducibility for > suggestions. > > > > John Kane > > Kingston ON Canada > > > > > >> -Original Message- > >> From: slued...@gfz-potsdam.de > >> Sent: Tue, 28 May 2013 15:50:33 -0700 (PDT) > >> To: r-help@r-project.

Re: [R] highlight points in lattice cloud plot

2013-05-29 Thread Stefan Lüdtke
t; > John Kane > Kingston ON Canada > > >> -Original Message- >> From: slued...@gfz-potsdam.de >> Sent: Tue, 28 May 2013 15:50:33 -0700 (PDT) >> To: r-help@r-project.org >> Subject: [R] highlight points in lattice cloud plot >> >

Re: [R] highlight points in lattice cloud plot

2013-05-29 Thread John Kane
Kingston ON Canada > -Original Message- > From: slued...@gfz-potsdam.de > Sent: Tue, 28 May 2013 15:50:33 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] highlight points in lattice cloud plot > > Dear list, > > I am > struggling with the followin

[R] highlight points in lattice cloud plot

2013-05-28 Thread sluedtke
Dear list, I am struggling with the following problem. In a 2d case I managed to highlight a subset of points through the panel.xyplot function. However, I was trying the same in 3d using panel.cloud, but now luck. I attached a minimal example, I think the first plot shows the idea. Tha