AFMImageVariogramAnalysis manages the variogram analysis of an AFMImage
AFMImageVariogramAnalysis(sampleFitPercentage)# S4 method for AFMImageVariogramAnalysis
initialize(.Object, sampleFitPercentage, updateProgress)
AFMImageVariogramAnalysis(sampleFitPercentage)
variogramModels(object)
# S4 method for AFMImageVariogramAnalysis
variogramModels(object)
omnidirectionalVariogram(object)
# S4 method for AFMImageVariogramAnalysis
omnidirectionalVariogram(object)
directionalVariograms(object)
# S4 method for AFMImageVariogramAnalysis
directionalVariograms(object)
variogramSlopeAnalysis(object)
# S4 method for AFMImageVariogramAnalysis
variogramSlopeAnalysis(object)
a sample size as a percentage (e.g. "5" for 5 percents) of random points in the AFMImage. These points will be used to fit the variogram models.
an AFMImageVariogramAnalysis class
a function to update a graphical user interface
a AFMImageVariogramAnalysis object
width(optional) a distance step for the calculation of the variograms (e.g.: width= integer of (scan Size divided by number of lines)= ceil(1000 / 512) for AFMImageOfAluminiumInterface
omnidirectionalVariograma data.table to store the omnidirectional variogram
variogramSlopeAnalysisa AFMImageVariogramAnalysis to analyse slope in log log omnidirectional semivariogram
directionalVariogramsa data.table to store the directional variograms
sampleFitPercentagea sample size as a percentage of random points in the AFMImage. These points will be used to fit the variogram models.
chosenFitSamplethe chosen random points of the AFMImage to perform the fitting of the variogram models.
cutsthe cuts for spplot of the AFMImage. The same cuts will be used for the predicted AFMImage
variogramModelsA list of AFMImageVariogramModel containing the various evaluated variogram models.
fullfilenameto be removed ?
updateProgressa function to update a graphical user interface