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,
...
)
of class coranking
.
linewidth in legend
boxtype of legend
title of plot
label of the x axis
label of the y axis
a palette for coloring
ligical draw axes
if T
plot a legend.
parameters for the image
function.
Guido Kramer
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.