[R] Perspective axes

2006-09-28 Thread John Logsdon
Is there a way to get the axes labels for a persp() plot to show the actual values employed? ticktype='detailed' only shows a scale from 0 to 1. My values are (for example) y in 0.2-0.7, x in 450-560 and I would like to suppress the z labels. How can I get the x and y values to appear on the

Re: [R] Perspective axes

2006-09-28 Thread Duncan Murdoch
On 9/28/2006 6:40 AM, John Logsdon wrote: Is there a way to get the axes labels for a persp() plot to show the actual values employed? ticktype='detailed' only shows a scale from 0 to 1. My values are (for example) y in 0.2-0.7, x in 450-560 and I would like to suppress the z labels.

Re: [R] Perspective axes

2006-09-28 Thread Martin Maechler
John == John Logsdon [EMAIL PROTECTED] on Thu, 28 Sep 2006 11:40:10 +0100 (GMT) writes: John Is there a way to get the axes labels for a persp() John plot to show the actual values employed? John ticktype='detailed' only shows a scale from 0 to 1. that's not true. John My

Re: [R] perspective

2006-05-09 Thread Dominique Katshunga
Dear r-users, how can I use the persp or a similar command in R to plot two surfaces in the same set of axes? many thanks, Dominique __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] perspective

2006-05-09 Thread Duncan Murdoch
On 5/9/2006 9:50 AM, Dominique Katshunga wrote: Dear r-users, how can I use the persp or a similar command in R to plot two surfaces in the same set of axes? That's not really easy to do well using the painter's algorithm that persp uses. It needs to know all the facets of both surfaces so it