Displaying 1 result from an estimated 1 matches for "rfm_b8".
Did you mean:
rfm_b1
2006 Feb 13
1
Adding dimnames to image()
...image(as.matrix(df3), col=brewer.pal(9,"Blues"))
where df3 is a data.frame.
dimnames(as.matrix(df3)) delivers
[[1]]
[1] "RFM_A1" "RFM_A2" "RFM_A4" "RFM_A5" "RFM_A7" "RFM_B3" "RFM_B6" "RFM_B7" "RFM_B8" "RFM_B9" "RFM_C2" "RFM_C5" "RFM_C7"
[14] "RFM_D5" "RFM_D7" "RFM_D8" "RFM_A3" "RFM_A6" "RFM_B1" "RFM_B2" "RFM_B4" "RFM_B5" "RFM_C1" "RFM_C3" &q...