问题描述
我创建了一个栅格并将其保存为 .tif 文件。但是,当我尝试打开 .tiff 时,出现以下错误:
> plot("20200105.tif")
Error in plot.window(...) : need finite 'ylim' values
In addition: Warning messages:
1: In xy.coords(x,y,xlabel,ylabel,log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf
奇怪的是,在我保存文件之前它运行良好。
我该如何管理这个错误?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)