Description Usage Arguments Slots Author(s)
AFMImageVariogramModelstores the evaluation of one experimental variogram model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | AFMImageVariogramModel()
## S4 method for signature 'AFMImageVariogramModel'
initialize(
.Object,
model,
fit.v = data.table(),
mykrige,
res = data.table(),
cor,
press,
sill,
imageFullfilename
)
AFMImageVariogramModel()
|
.Object |
an AFMImageVariogramModel object |
model |
the variogram model name |
fit.v |
the values from the |
mykrige |
the values from the |
res |
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 |
cor |
to be removed ? |
press |
to be removed ? |
sill |
to be removed ? |
imageFullfilename |
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 ?
M.Beauvais
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.