Skip to content
Prev 314364 / 398502 Next

levelplot

On 2012-12-30 06:25, Janue Miret, Jofre wrote:
levelplot() is a lattice function, not base graphics; it has no 'axes'
argument. Read about the 'scales' argument in ?xyplot and use

   levelplot(...., scales = list(draw = FALSE), ....)
I'm not sure what you mean, but there's quite a bit of information for 
colorkey on the levelplot help page.

Peter Ehlers