| AFMImageGaussianMixAnalysis-class {AFM} | R Documentation |
AFM image Gaussian Mix analysis class
Description
AFMImageGaussianMixAnalysis handles an AFMImage Gaussian mix of heights analysis
Usage
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)
Arguments
.Object |
an AFMImageGaussianMixAnalysis object |
object |
Slots
minGaussianMixthe minimum number of components to calculate
maxGaussianMixthe maximum number of components to calculate
epsilonGaussianMixthe convergence criterion
gaussianMixa data.table to store the calculated Gaussian mixes
summaryMixturea data.table to summaryse the mixtures
tcdfsEcdfsCheckan array to store the points to draw tcdfs ecdfs check
densityCurvesAllHeightsan array to store the points to draw the density curves
eachComponentsCountsan array to store the points to draw counts of each components
updateProgressa function to update a graphical user interface
Author(s)
M.Beauvais
[Package AFM version 2.0 Index]