从不连续数据插值到绘制热图

时间:2015-01-31 13:52:26

标签: r ggplot2

使用下面的code我可以获得不连续的热图。

qplot(mpg, wt, data = mtcars, colour = cyl, xlab = "MPG", ylab = "WT") +
  scale_colour_gradient2(name = "Cylinders", midpoint = median(mtcars$cyl),
                         low = "red", mid = "green", high = "black")

enter image description here

我希望将这些数据内插以绘制连续的热图。但同时如果可能的话,使用qplot进行绘图。

0 个答案:

没有答案