| AFMImageVariogramAnalysis-class {AFM} | R Documentation |
AFM image variogram analysis class
Description
AFMImageVariogramAnalysis manages the variogram analysis of an AFMImage
Usage
AFMImageVariogramAnalysis(sampleFitPercentage)
## S4 method for signature 'AFMImageVariogramAnalysis'
initialize(.Object, sampleFitPercentage, updateProgress)
AFMImageVariogramAnalysis(sampleFitPercentage)
variogramModels(object)
## S4 method for signature 'AFMImageVariogramAnalysis'
variogramModels(object)
omnidirectionalVariogram(object)
## S4 method for signature 'AFMImageVariogramAnalysis'
omnidirectionalVariogram(object)
directionalVariograms(object)
## S4 method for signature 'AFMImageVariogramAnalysis'
directionalVariograms(object)
variogramSlopeAnalysis(object)
## S4 method for signature 'AFMImageVariogramAnalysis'
variogramSlopeAnalysis(object)
Arguments
sampleFitPercentage |
a sample size as a percentage (e.g. "5" for 5 percents) of random points in the |
.Object |
an AFMImageVariogramAnalysis class |
updateProgress |
a function to update a graphical user interface |
object |
a |
Slots
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
AFMImageto perform the fitting of the variogram models.cutsthe cuts for spplot of the
AFMImage. The same cuts will be used for the predictedAFMImagevariogramModelsA list of
AFMImageVariogramModelcontaining the various evaluated variogram models.fullfilenameto be removed ?
updateProgressa function to update a graphical user interface
Author(s)
M.Beauvais