Re: [R] cloud() works but wireframe() is blank

2006-10-26 Thread Larry Layne
--On Wednesday, October 25, 2006 4:46 PM -0700 Deepayan Sarkar <[EMAIL PROTECTED]> wrote: > On 10/25/06, Larry Layne <[EMAIL PROTECTED]> wrote: >> Per the message from Alexander Nervedi, 29 April 2006: >> >> > I have to be making a riddiculously silly ommission. >> > when I run the fillowing i ge

Re: [R] cloud() works but wireframe() is blank

2006-10-25 Thread Deepayan Sarkar
On 10/25/06, Larry Layne <[EMAIL PROTECTED]> wrote: > Per the message from Alexander Nervedi, 29 April 2006: > > > I have to be making a riddiculously silly ommission. > > when I run the fillowing i get the cloud plot ok. But I cant figure > > out what I am missing out when I call wireframe. > > >

[R] cloud() works but wireframe() is blank

2006-10-25 Thread Larry Layne
Per the message from Alexander Nervedi, 29 April 2006: > I have to be making a riddiculously silly ommission. > when I run the fillowing i get the cloud plot ok. But I cant figure > out what I am missing out when I call wireframe. > Any help would be appreciated. > x<-runif(100) > y<-rnorm(100)

[R] cloud() works but wireframe() is blank

2006-04-28 Thread Alexander Nervedi
I have to be making a riddiculously silly ommission. when I run the fillowing i get the cloud plot ok. But I cant figure out what I am missing out when I call wireframe. Any help would be appreciated. x<-runif(100) y<-rnorm(100) z<-runif(100) temp <-data.frame(x,y,z) wireframe(x~y*z,temp) cloud