Skip to content

levelplot

3 messages · Janue Miret, Jofre, Jeff Newmiller, Peter Ehlers

#
Please read the Posting Guide mentioned at the bottom of any message on this list (and follow the recommendations there).

You may find the suggestions offered here useful:
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
"Janue Miret, Jofre" <jjanue.n at tv3.cat> wrote:

            
#
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