Antje wrote:
Hi Uwe,
thanks a lot for your answer! And thanks a lot to all others helping me
with this issue!
Uwe Ligges schrieb:
Antje wrote:
Hi Uwe,
I tried to explain my problem with the given example.
I don't see any documentation which tells me that the length of
"col.regions" sh
Hi Uwe,
thanks a lot for your answer! And thanks a lot to all others helping me with
this issue!
Uwe Ligges schrieb:
Antje wrote:
Hi Uwe,
I tried to explain my problem with the given example.
I don't see any documentation which tells me that the length of
"col.regions" should be one less
Antje wrote:
Hi Uwe,
I tried to explain my problem with the given example.
I don't see any documentation which tells me that the length of
"col.regions" should be one less than "at". (At least I assume now that
it should be this way...)
If it's equal or longer some colors (in the middle of t
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Antje
> Sent: Tuesday, May 05, 2009 1:12 AM
> To: r-h...@stat.math.ethz.ch
> Subject: [R] Heatmap without level
Hi Uwe,
I tried to explain my problem with the given example.
I don't see any documentation which tells me that the length of "col.regions"
should be one less than "at". (At least I assume now that it should be this way...)
If it's equal or longer some colors (in the middle of the color-vector)
Antje wrote:
Hi there,
as I'm not sure to understand the coloring levelplot uses, I'm looking
for another easy way to create a heatmap like this:
library(lattice)
mat <- matrix(seq(1,5, length.out = 12), nrow = 3)
mat[1,2] <- 3.5
my.at <- seq(0.5,5.5, length.out = 6)
my.col.regions <- rain
Antje yahoo.de> writes:
> as I'm not sure to understand the coloring levelplot uses, I'm looking for
> another easy way to create a heatmap like this:
>
> library(lattice)
> mat <- matrix(seq(1,5, length.out = 12), nrow = 3)
> mat[1,2] <- 3.5
>
> my.at <- seq(0.5,5.5, length.out = 6)
> my.col.
Hi there,
as I'm not sure to understand the coloring levelplot uses, I'm looking for
another easy way to create a heatmap like this:
library(lattice)
mat <- matrix(seq(1,5, length.out = 12), nrow = 3)
mat[1,2] <- 3.5
my.at <- seq(0.5,5.5, length.out = 6)
my.col.regions <- rainbow(5)
graph <-
8 matches
Mail list logo