>>>>> "Gregory" == Gregory BENMENZER <[EMAIL PROTECTED]>
>>>>>     on Thu, 6 Feb 2003 09:17:41 +0100 writes:

    Gregory> hello,

    Gregory> you can use the persp() function. The shade=0.7
    Gregory> option is very nice. With matlab, it is possible to
    Gregory> change of colors automaticalli with the value to be
    Gregory> plotted.

    Gregory> Does someone know to do that ?

Yes.  Look at the last plot of the persp() demo,
> demo(persp)

As you can see there you need two steps:
 1) define a color vector, say `zCol' varying with your z variate
 2) persp(x,y,z, col = zCol, ....)

I hope this helps.

    >> [EMAIL PROTECTED]@stat.math.ethz.ch on 06/02/2003 07:05:04
    >> Pour : [EMAIL PROTECTED]
    >> Objet :     [R] About STEM Plot in R

    Fred> Hey

    Fred> Does anybody know if R can plot the 3-dimensinal
    Fred> stem graphs?

    Fred> In Matlab, there is such similare function to plot
    Fred> 3D plots, stem3(X,Y, Z), where X, Y , Z (column vectors) are
    Fred> coordinate values of data points.

    Fred> Thanks.
    Fred> Fred

Martin Maechler <[EMAIL PROTECTED]>    http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO C16    Leonhardstr. 27
ETH (Federal Inst. Technology)  8092 Zurich     SWITZERLAND
phone: x-41-1-632-3408          fax: ...-1228                   <><

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to