使用spplot在R中设置颜色栏的范围

时间:2019-05-20 19:42:11

标签: r plot colorbar

我目前正在使用spplot在R中绘制一些数据。它的效果很好,但是我需要调整颜色条以可视化所述数据。我希望能够设置颜色栏显示的最小值和最大值,以产生更有意义的结果。

我目前正在尝试在spplot内调整颜色条,但是使用当前方法仍会出现错误。

以下是我的代码:

 spplot(mapdata,'no2_surfv',colorkey = list(at=seq(0,8)), main = 'surface level no2',xlim = c(29.38,30.54),ylim = c(-96,-94.66))

使用上面显示的方法,我收到错误:

 Error in legend[[i]]$fun : $ operator is invalid for atomic vectors

简而言之,我不确定为什么会收到此错误。我将很高兴能够修改我的颜色栏。

0 个答案:

没有答案