Hello list, Is anyone aware of a non-lattice-based alternative to xyplot()? Thanks! Manuel -- http://mutualism.williams.edu
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