On 2/8/08, Neuer Arkadasch <[EMAIL PROTECTED]> wrote:
> Hello,
>
>   Is it possible to add a legend to the 3d scatterplot cloud?

Yes (the relevant arguments are described in ?xyplot). For example,

cloud(Sepal.Length ~ Petal.Length * Petal.Width | Species, data = iris,
           screen = list(x = -90, y = 70), distance = .4, zoom = .6)

-Deepayan

______________________________________________
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