[R] set heatmap.2 color ranges
David Winsemius
dwinsemius at comcast.net
Mon Feb 27 19:47:55 CET 2012
On Feb 27, 2012, at 1:32 PM, David Winsemius wrote:
>
> On Feb 27, 2012, at 11:26 AM, Wendy wrote:
>
>> >0.05 is blue, anything <=0.05 and >0.01 is yellow, and
>> anything else is grey
>
>
> No data structures offered, but this may be a useful example:
>
> col= c(""grey", "yellow", blue")[findInterval(X, c(-.01, 0.01,
> 0.05, 1.1))]
Except you would want to have matching '"''s
col= c(""grey", "yellow", "blue")[findInterval(X, c(-.01, 0.01, 0.05,
1.1))]
Why are these things easier to see when they show in "Received"?
>
> --
>
> David Winsemius, MD
> Heritage Laboratories
> West Hartford, CT
>
> ______________________________________________
> 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.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
More information about the R-help
mailing list