Skip to content
Prev 8480 / 63421 Next

Small change to plot.xy

On Saturday 23 November 2002 04:53 am, Jonathan Rougier wrote:

            
This sort of thing is handled more systematically in Trellis. For example, try

library(lattice)
data(iris)
xyplot(Sepal.Length ~ Sepal.Width, data = iris, groups = Species)
splom(iris[, 1:4], groups = iris$Species)

(This doesn't exactly answer your original question, but I think it does 
address the example you have given here.)

Deepayan