Re: [R] Lattice 3d coordinate transformation

2012-02-11 Thread Deepayan Sarkar
On Fri, Feb 10, 2012 at 12:43 AM, ilai ke...@math.montana.edu wrote: Hello List! I asked this before (with no solution), but maybe this time... I'm trying to project a surface to the XY under a 3d cloud using lattice. I can project contour lines following the code for fig 13.7 in Deepayan

Re: [R] Lattice 3d coordinate transformation

2012-02-11 Thread ilai
Thank you Deepayan, your answer put me on the path to SOLVED !!! Actually passing projected corners to panel.rect was the first thing I tried, but couldn't get it to work. However, panel.3dpolygon in latticeExtra did the trick. I'm posting it here for completion. require(lattice) ;

[R] Lattice 3d coordinate transformation

2012-02-09 Thread ilai
Hello List! I asked this before (with no solution), but maybe this time... I'm trying to project a surface to the XY under a 3d cloud using lattice. I can project contour lines following the code for fig 13.7 in Deepayan Sarkar's Lattice, Multivariate Data Visualization with R, but it fails when I

Re: [R] Lattice 3d coordinate transformation

2012-02-09 Thread ilai
Oops. Obviously I mean A working example: require(lattice) ... On Thu, Feb 9, 2012 at 12:13 PM, ilai ke...@math.montana.edu wrote: Hello List! I asked this before (with no solution), but maybe this time... I'm trying to project a surface to the XY under a 3d cloud using lattice. I can