Description Usage Arguments Slots Author(s)
AFMImageVariogramAnalysis manages the variogram analysis of an AFMImage
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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)
|
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 |
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
M.Beauvais
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.