imageplot {coRanking} | R Documentation |
Plots the co-ranking matrix nicely
imageplot(Q, lwd = 2, bty = "n", main = "co-ranking matrix", xlab = expression(R), ylab = expression(Ro), col = colorRampPalette(colors = c("gray85", "red", "yellow", "green", "blue"))(100), axes = FALSE, legend = TRUE, ...)
Q |
of class |
lwd |
linewidth in legend |
bty |
boxtype of legend |
main |
title of plot |
xlab |
label of the x axis |
ylab |
label of the y axis |
col |
a palette for coloring |
axes |
ligical draw axes |
legend |
if |
... |
parameters for the |
Plots the co-ranking matrix nicely for visual inspection. uses the
image
function internaly, ...
is passed down to the image
function. The values in the co-ranking matrix are logscaled for
better contrast.
Guido Kramer