AFMImageVariogramModelstores the evaluation of one experimental variogram model
AFMImageVariogramModel()# S4 method for AFMImageVariogramModel
initialize(
.Object,
model,
fit.v = data.table(),
mykrige,
res = data.table(),
cor,
press,
sill,
imageFullfilename
)
AFMImageVariogramModel()
an AFMImageVariogramModel object
the variogram model name
the values from the fit.variogram function in the gstat package
the values from the krige function in the gstat library
a data.table to store: (cor) the correlation between the predicted sample and the real sample (press) the sum of the square of the differences between real and predicted values for each point of the sample
to be removed ?
to be removed ?
to be removed ?
to be removed ?
modelthe variogram model name
fit.vthe values from the fit.variogram function in the gstat package
mykrigethe values from the krige function in the gstat library
resa data.table to store: (cor) the correlation between the predicted sample and the real sample (press) the sum of the square of the differences between real and predicted values for each point of the sample
corto be removed ?
pressto be removed ?
sillto be removed ?
imageFullfilenameto be removed ?