R中smoothScatter的颜色条

时间:2012-01-17 17:35:59

标签: r 2d histogram

  

可能重复:
  R legend for color density scatterplot produced using smoothScatter

我正在使用R中的smoothScatter绘制2D直方图。但是我无法绘制显示比例(颜色与点密度)的图例。有没有办法制作这样的情节,或者更好的是,可以自动生成它的不同绘图功能?

我现在有什么:

smoothScatter(x,y,colramp = customColors, pch="",nbin=499);

和我想要的是我的customColors右边的一个不错的酒吧,更重要的是最深的“nbin”的深度。

0 个答案:

没有答案