Learn R Programming

AFM (version 1.0.0)

AFMImageVariogramModel-class: AFM Image Variogram Model class

Description

AFMImageVariogramModelstores the evaluation of one experimental variogram model Constructor method of AFMImageVariogramModel Class. Wrapper function AFMImageVariogramModel

Usage

AFMImageVariogramModel()

## S3 method for class 'AFMImageVariogramModel':
initialize(.Object, model,
  fit.v = data.table(), mykrige, res = data.table(), cor, press, sill,
  imageFullfilename)

AFMImageVariogramModel()

Arguments

.Object
an AFMImageVariogramModel object
model
the variogram model name
fit.v
the values from the fit.variogram function in the gstat package
mykrige
the values from the krige function in the gstat library
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 ?