Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/66.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R中等高线计算的误差_R_Contour - Fatal编程技术网

R中等高线计算的误差

R中等高线计算的误差,r,contour,R,Contour,我正在尝试使用R为LST(陆地表面温度)文件生成等高线 lst<-raster("test_lst.tif") cl <- contourLines(lst,20) shp <- ContourLines2SLDF(cl) lst虽然轮廓线对我不起作用,但我使用了rasterToContour,效果非常好 cnt

我正在尝试使用R为LST(陆地表面温度)文件生成等高线

lst<-raster("test_lst.tif")
cl <- contourLines(lst,20)
shp <- ContourLines2SLDF(cl)

lst虽然
轮廓线
对我不起作用,但我使用了
rasterToContour
,效果非常好

cnt