An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121230/b52774ac/attachment.pl>
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:
I have two questions; Do you know how to take out axes in a levelplot? Me doesn't work axes = FALSE And I would like to fix the values range of colorkey or legend from my rainbow col.regions, dou you know how can I fix this values independent of values database? Thanks and happy new year! [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
On 2012-12-30 06:25, Janue Miret, Jofre wrote:
I have two questions; Do you know how to take out axes in a levelplot? Me doesn't work axes = FALSE
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), ....)
And I would like to fix the values range of colorkey or legend from my rainbow col.regions, dou you know how can I fix this values independent of values database?
I'm not sure what you mean, but there's quite a bit of information for colorkey on the levelplot help page. Peter Ehlers