data_image | R Documentation |
Each value in a data matrix is represented by a colored pixel.
data_image(x, las = 1, reorder = T, scale = T, ...)
x |
a matrix or data frame. |
reorder |
If |
scale |
If |
... |
extra arguments to |
col |
a vector of colors to use for representing values. |
Tom Minka
M. C. Minnotte and R. W. West. "The Data Image: A Tool For Exploring High Dimensional Data Sets." Proceedings of the ASA Section on Statistical Graphics, 1998. http://citeseer.nj.nec.com/72085.html http://math.usu.edu/~minnotte/research/pubs.html
YR.colors
data(USJudgeRatings) data_image(USJudgeRatings,col=RC.colors(32))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.