[R] A question regarding Wireframe in Package Lattice

2006-10-19 Thread Saptarshi Guha
Hello, The following code produces a quadrilateral: q-matrix(c(1,3,1,2,3,1,2,4,2,1,4,2),nrow=4,byrow=T) qc-xyz.coords(q) wireframe(z~y*x,qc) I have 2 questions 1) How can i remove the bounding box i.e the cube

Re: [R] A question regarding Wireframe in Package Lattice

2006-10-19 Thread Deepayan Sarkar
On 10/19/06, Saptarshi Guha [EMAIL PROTECTED] wrote: Hello, The following code produces a quadrilateral: q-matrix(c(1,3,1,2,3,1,2,4,2,1,4,2),nrow=4,byrow=T) qc-xyz.coords(q) wireframe(z~y*x,qc) I have 2 questions 1)