I want to make a heatmap in ggplot2. ... mean = 0, sd = 1) ) library(ggplot2) p <- ggplot(data = dat, aes(x = Row, y = Col)) + geom_tile(aes(fill = Y), ...
確定! 回上一頁