how to add the color of NA to the legend? mat1=matrix(rep(c('a','b'),50),nrow = 10) mat1[2,2]=NA Heatmap(mat1,na_col = 'grey').
確定! 回上一頁