Function that plots a matrix as a color image
Function that plots a matrix as a color image, in matrix order.
plotAsColor(m, order = NULL, order.col = order, order.row = order, rank = FALSE, border.color = "grey70", labels = FALSE,x=1:ncol(d),y=1:nrow(d), ...)
m |
Numeric matrix. |
order |
Default order used for rows and columns. |
order.col |
Column order. |
order.row |
Row order |
rank |
Logical, whether matrix m should be converted to ranks or not. |
border.color |
Color of border. Null for no border. |
labels |
If TRUE, add labels obtained from m. |
x |
X coordinates, passed to |
y |
Y coordinates, passed to |
... |
passed to |
See Also as image
.
require(DendSer) d<- dist(scale(iris[,-5])) plotAsColor(d,dser(d,hmethod="average"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.