Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我“spplot”一个用 readOGR 导入的 SHP 多边形时,该死的东西总是被颜色填充的。颜色条显示它正在使用 shapefile ID 值,只有一个值。
有没有办法摆脱ID值并填充?
谢谢!
就像@JoshO'Brien 说的:
spplot(SpDF, fill = NA, colorkey = FALSE)
做你需要的。