Skip to content
Prev 59251 / 398502 Next

3d scatter plot with drop line

On Wednesday 17 November 2004 14:03, Joel Bremson wrote:
One possibility would be 

library(lattice)
cloud(y ~ x * z, type = 'h')

This actually tries to drop the lines to the X-Y plane (z = 0) (which is 
truncated on the 'x-y grid' if the z-limits don't include 0).

Deepayan