Skip to content

Persp Plot

2 messages · Mark Lamias, Deepayan Sarkar

#
I am trying to graph two planes on the same graph using persp().  I can only
get one plane to plot at a time.  Can someone explain how I can graph two
planes on the same graph using persp?  I've looked throught the
documentation, but cannot find any references to appending a persp plot.

Thanks.

Sincerely yours,

Mark J. Lamias
Statistical Consultant
#
If they are non-intersecting planes, wireframe() from the lattice package 
_may_ help you. See example(wireframe). [Warning: the algorithm is quite 
crude (and slow) and doesn't always work.]
On Monday 08 September 2003 10:48, Mark Lamias wrote: