0
'y'를 가지고 있지 않습니다 아래의 코드를 실행 :오류 : 'X'목록입니다,하지만 난 언제 R.의 베리오 그램을 플롯하려고 요소 'X'와
library(geoR)
Data = as.geodata(Data2, coords.col=1:2, data.col=3)
VG = variog(Data2,estimator.type="classical")
VG.fit = variofit(VG, ini.cov.pars =c(0.095,1.4), cov.model="gaussian", fix.nugget=FALSE, nugget=0.065)
plot(VG.fit)
나는 오류가 점점 오전 : VG.fit
클래스 variomodel
및 variofit
의 동안
Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' is a list, but does not have components 'x' and 'y'
에 대한 정보를 읽어 보시기 바랍니다 [좋은 질문을하는 방법] (http://stackoverflow.com/help/how-to-ask)하는 방법과 [재현 예 (http://stackoverflow.com을 제공하는/questions/5963269). 이렇게하면 다른 사람들이 당신을 도울 수있게됩니다. – zx8754