[R] persp/ scatterplot3d

2006-06-28 Thread Mark Hempelmann
Dear WizaRds, I would like to create a 3d-plot with persp(). I sampled 17 points with xyz-coordinates (real-life example!), representing the peaks of the whole plane with zero coordinates x=3,y=3,z=3. My intention is to show which entries are above or below the zero level with persp() on a

Re: [R] persp/ scatterplot3d

2006-06-28 Thread Petr Pikal
Hi, there was some thread recently about image, contour, persp. from persp help page x, y locations of grid lines at which the values in z are measured. These must be in **ascending order**. By default, equally spaced values from 0 to 1 are used. If x is a list, its components x$x and x$y are

Re: [R] persp(), scatterplot3d(), ... argument

2004-10-27 Thread Uwe Ligges
Robin Hankin wrote: Hello list. I very often need 3d scatterplots, and use scatterplot3D quite a lot. I am trying to modify persp() to plot scatterplots, and make use of the theta and phi arguments that persp() offers. I am having some difficulty passing the correct arguments to persp(). Here is

Re: [R] persp(), scatterplot3d(), ... argument

2004-10-27 Thread Uwe Ligges
Jari Oksanen wrote: On Wed, 2004-10-27 at 10:04, Uwe Ligges wrote: Robin Hankin wrote: Hello list. I very often need 3d scatterplots, and use scatterplot3D quite a lot. I am trying to modify persp() to plot scatterplots, and make use of the theta and phi arguments that persp() offers. I am

Re: [R] persp(), scatterplot3d(), ... argument

2004-10-27 Thread Jari Oksanen
On Wed, 2004-10-27 at 11:11, Uwe Ligges wrote: Jari Oksanen wrote: On Wed, 2004-10-27 at 10:04, Uwe Ligges wrote: This is a larger problem if 1. one of the underlying functions does not have ... 2. you want to relay arguments to two or more underlying functions, and 3. you

Re: [R] persp(), scatterplot3d(), ... argument

2004-10-27 Thread Paul Murrell
Hi Jari Oksanen wrote: On Wed, 2004-10-27 at 10:04, Uwe Ligges wrote: Robin Hankin wrote: Hello list. I very often need 3d scatterplots, and use scatterplot3D quite a lot. I am trying to modify persp() to plot scatterplots, and make use of the theta and phi arguments that persp() offers. I am

[R] persp(), scatterplot3d(), ... argument

2004-10-26 Thread Robin Hankin
Hello list. I very often need 3d scatterplots, and use scatterplot3D quite a lot. I am trying to modify persp() to plot scatterplots, and make use of the theta and phi arguments that persp() offers. I am having some difficulty passing the correct arguments to persp(). Here is my function so far.