Skip to content
Back to formatted view

Raw Message

Message-ID: <50E08E4A.1030501@ucalgary.ca>
Date: 2012-12-30T18:56:10Z
From: Peter Ehlers
Subject: levelplot
In-Reply-To: <3EE04BD5B443D743B5DA8F1A63AAF754048541BA@EBRE.ad-ccrtv.local>

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