Hi,

*Warning: R newb here. *

I've got a 3D scatterplot (
http://www.fleetwoodswoodworks.com/scatterPlot.jpg) which I want to drape
in color, with the draped plane corresponding to the mean z values on the
plot (similar to: http://www.fleetwoodswoodworks.com/draped3Dscatterplot.jpg).
Does anyone know what package will allow me to do this? I used *
scatterplot3d()* for my first plot. I've tried doing a *persp()* plot and
draping that using *drape.plot()* in the *fields *package, but that colors
the facets without differentiating between the four points (corners) that
make up the facet...if that makes sense (see
http://www.fleetwoodswoodworks.com/color3D.jpg). Draping *wireframe()* from
the *lattice *package does the same thing.

Thanks in advance for your time,

John

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to