Displaying 3 results from an estimated 3 matches for "colorcode".
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...ould see functions translating
ColorName2ColorHexcode() ColorHexcode2ColorRGB() and ColorRGB2ColorHSV()
and backwards
ColorHSV2ColorRGB() ColorRGB2ColorHexcode(), rather not
ColorHexcode2Colorname() as not every possible color is granted to have a
name.
Regards
Jens
P.S. the folowing function colorcode() I think is more general than
rainbow() in three aspects:
1) works also with not-equidistant colorcodings
2) works around the 'borders' of the colorwheel
3) works both directions along the colorwheel
With the above mentioned translation functions one could specify start= and
end= as colorn...
2010 May 31
2
about heatmap
Hi all:
As to the "heatmap" function, the default style is "red and yellow",and red refers to low level and yellow refers to high level.
How can I change the style to the contrary: red refers to high level and yellow refers to low level?
Thanks a lot!
My best
[[alternative HTML version deleted]]
2013 Sep 19
3
lattice: double y - problem changing axis color after doubleYScale
...or of the y-axis in the end. I have to produce a black and white plot. There is also something I do not understand regarding fontfamilyj="serif" when using it in:
strip=strip.custom()
Maybe someone has a better idea for defining which line and dots belong to which y-axis when not using a colorcode than the one I had.
I have annotated my questions in the code below.
Thank you for your time!
Here is some dummy data:
Ndata <- data.frame(
Ncellpercent = rnorm(400, mean = rep(c(14, 18, 65), each = 40),
sd = rep(c(1, 3, 6), each = 40)),
fyear = rep(c('2007', '...