gpt4 book ai didi

r - 在 levelplot 中指定 NA 栅格值的颜色(R 包 rasterVis)

转载 作者:行者123 更新时间:2023-12-02 06:56:57 29 4
gpt4 key购买 nike

在使用 R-package rasterVis 的 levelplot 函数绘制栅格时,如何为栅格的 NA 值分配特定颜色?我正在寻找与“colNA”类似的功能。

最佳答案

levelplot 使用背景颜色显示 NA 值。因此,您必须使用 panel.background 修改此颜色。

library(rasterVis)

myTheme <- BTCTheme()
myTheme$panel.background$col = 'gray'

f <- system.file("external/test.grd", package="raster")
r <- raster(f)
levelplot(r, par.settings = myTheme)

levelplot with background color

关于r - 在 levelplot 中指定 NA 栅格值的颜色(R 包 rasterVis),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29397765/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com