Skip to content
Prev 65639 / 398506 Next

Aid with 3-D scatterplots

On Wednesday 09 March 2005 13:17, Jim and Chana Milks wrote:
Just 'groups = Class' should work.
You want 

cloud(..., xlim = c(0, 100), ylim = c(0, 100), zlim = c(0, 100))

and perhaps 
 
cloud(..., xlim = c(0, 100), ylim = c(0, 100), zlim = c(0, 100), 
      scales = list(arrows = FALSE))

-Deepayan