Plots the co-ranking matrix nicely
Usage
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,
  ...
)Arguments
- Q
- of class - coranking.
- 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 - Tplot a legend.
- ...
- parameters for the - imagefunction.