下面给出的代码将读取并显示带有图例的文件图像。我如何告诉 R 在绘制图例时不要考虑 -9999 或任何其他值的值。
conne <- file("C:\\DEM.bin", "rb")
image(t(t(y)),ylim=c(1,0))
image.plot(t(t(y)), add = FALSE, legend.shrink = 0.9,legend.width = 1.2,
legend.mar = NULL, graphics.reset = FALSE, horizontal = FALSE, bigplot = NULL,
smallplot = NULL,legend.only = FALSE,lab.breaks=NULL, axis.args=NULL))