search for: lastheatmapcolor

Displaying 2 results from an estimated 2 matches for "lastheatmapcolor".

2009 May 04
4
levelplot question
...ple I wanted to create a heatmap (like yellow to red) up to a fixed threshold. All values above should get another color (like blue). Automatically, I generated both vectors like this: at <- c(vectorOfLowerValues, myThreshold, vectorOfHigherValues) col.regions <- c(vectorOfHeatmapColors, lastHeatmapColor, vectorOfColor"blue") But I get some values above the threshold which are not blue... Can anybody explain me why? (I've checked the length of both vectors and it's parts - this is correct - so 'myThreshold' would get 'lastHeatmapColor' by the same vector positi...
2009 May 05
1
self organizing map advice for categorical data
...ple I wanted to create a heatmap (like yellow to red) up to a fixed threshold. All values above should get another color (like blue). Automatically, I generated both vectors like this: at <- c(vectorOfLowerValues, myThreshold, vectorOfHigherValues) col.regions <- c(vectorOfHeatmapColors, lastHeatmapColor, vectorOfColor"blue") But I get some values above the threshold which are not blue... Can anybody explain me why? (I've checked the length of both vectors and it's parts - this is correct - so 'myThreshold' would get 'lastHeatmapColor' by the same vector positio...