Description Usage Arguments Slots Author(s)
AFMImageGaussianMixAnalysis
handles an AFMImage
Gaussian mix of heights analysis
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | AFMImageGaussianMixAnalysis()
## S4 method for signature 'AFMImageGaussianMixAnalysis'
initialize(.Object)
AFMImageGaussianMixAnalysis()
summaryMixture(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
summaryMixture(object)
eachComponentsCounts(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
eachComponentsCounts(object)
tcdfsEcdfsCheck(object)
densityCurvesAllHeights(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
densityCurvesAllHeights(object)
tcdfsEcdfsCheck(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
tcdfsEcdfsCheck(object)
gaussianMix(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
gaussianMix(object)
minGaussianMix(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
minGaussianMix(object)
maxGaussianMix(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
maxGaussianMix(object)
epsilonGaussianMix(object)
## S4 method for signature 'AFMImageGaussianMixAnalysis'
epsilonGaussianMix(object)
|
.Object |
an AFMImageGaussianMixAnalysis object |
object |
a |
minGaussianMix
the minimum number of components to calculate
maxGaussianMix
the maximum number of components to calculate
epsilonGaussianMix
the convergence criterion
gaussianMix
a data.table to store the calculated Gaussian mixes
summaryMixture
a data.table to summaryse the mixtures
tcdfsEcdfsCheck
an array to store the points to draw tcdfs ecdfs check
densityCurvesAllHeights
an array to store the points to draw the density curves
eachComponentsCounts
an array to store the points to draw counts of each components
updateProgress
a 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.