Displaying 1 result from an estimated 1 matches for "rfm_a4".
Did you mean:
rfm_a1
2006 Feb 13
1
Adding dimnames to image()
Dear Colleagues,
does anybody know how to add dimnames to an image. Right now I'm using
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" &q...