Instead you could filter the data used for the geom_tile and geom_point layer. library(ggplot2) library(tidyr) library(dplyr) heatmap <- read.table(text ...
確定! 回上一頁