在ggplot2中缺少colourbar

时间:2013-08-19 10:35:16

标签: r ggplot2

我在here尝试了这个示例,似乎R没有显示颜色栏(?)

dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
dsub$diff <- with(dsub, sqrt(abs(x-y))* sign(x-y))
(d <- qplot(x, y, data=dsub, colour=diff))

这是我的R会话:

R version 3.0.1 (2013-05-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)

enter image description here

1 个答案:

答案 0 :(得分:2)

我能够运行代码并获得颜色栏:

enter image description here

我正在运行更早版本的R

> R.version
                   _                           
    platform       x86_64-w64-mingw32          
    version.string R version 3.0.0 (2013-04-03)
    nickname       Masked Marvel 

也许您需要更新ggplot2