I have a raster, "cov.all". If I plot this in R using plot(cov.all)
I get this image:
我有一个光栅,“cov.all”。如果我使用plot(cov.all)在R中绘制这个,我得到这个图像:
How can I can I plot the raster without the colour scale?
如何在没有色标的情况下绘制光栅?
Thanks for any assistance.
谢谢你的帮助。
1 个解决方案
#1
1
From arun, above, the solution to this is plot(cov.all, legend=FALSE)
从上面的arun,解决方案是绘图(cov.all,legend = FALSE)
#1
1
From arun, above, the solution to this is plot(cov.all, legend=FALSE)
从上面的arun,解决方案是绘图(cov.all,legend = FALSE)