Description Usage Arguments Details Author(s) See Also
These are routines used for coloring pseudo chip images.
1 2 3 | pseudoPalette(low = "white", high = c("green", "red"), mid = NULL,k =50)
pseudoColorBar(x, horizontal = TRUE, col = heat.colors(50), scale = 1:length(x),k = 11, log.ticks=FALSE,...)
|
low |
color at low end of scale |
high |
color at high end of scale |
mid |
color at exact middle of scale |
k |
number of colors to have |
x |
A data series |
horizontal |
If |
col |
colors for color bar |
scale |
tickmarks for |
log.ticks |
use a log type transformation to assign the colors |
... |
additional parameters to plotting routine |
Adapted from similar tools in maPlots pacakge.
Ben Bolstad bmb@bmbolstad.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.