所以我想要比较两个图:
plot(acetpw$ACE, acetpw$TPW, col=Kmeans_clust$cluster)
plot(acetpw$ACE, acetpw$TPW, col=all$Gender)
由于我在所有$ Gender中的数据都是0:
[1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
当我设置 col = all $ Gender 时,我得到一个空白的情节。我做错了还是空白?