[R] Alternative to xyplot()?

Gavin Simpson gavin.simpson at ucl.ac.uk
Tue Jul 17 23:18:52 CEST 2007


On Tue, 2007-07-17 at 16:39 -0400, Manuel Morales wrote:
> Hello list,
> 
> Is anyone aware of a non-lattice-based alternative to xyplot()?

x <- rnorm(20)
y <- rnorm(20)
plot(x, y) ?

If you mean some specific aspect of xyplot(), you'll have to tell us
what this is.

HTH

G



More information about the R-help mailing list