Learn R Programming

AFM (version 2.0)

AFMImageGaussianMixAnalysis-class: AFM image Gaussian Mix analysis class

Description

AFMImageGaussianMixAnalysis handles an AFMImage Gaussian mix of heights analysis

Usage

AFMImageGaussianMixAnalysis()

# S4 method for AFMImageGaussianMixAnalysis initialize(.Object)

AFMImageGaussianMixAnalysis()

summaryMixture(object)

# S4 method for AFMImageGaussianMixAnalysis summaryMixture(object)

eachComponentsCounts(object)

# S4 method for AFMImageGaussianMixAnalysis eachComponentsCounts(object)

tcdfsEcdfsCheck(object)

densityCurvesAllHeights(object)

# S4 method for AFMImageGaussianMixAnalysis densityCurvesAllHeights(object)

tcdfsEcdfsCheck(object)

# S4 method for AFMImageGaussianMixAnalysis tcdfsEcdfsCheck(object)

gaussianMix(object)

# S4 method for AFMImageGaussianMixAnalysis gaussianMix(object)

minGaussianMix(object)

# S4 method for AFMImageGaussianMixAnalysis minGaussianMix(object)

maxGaussianMix(object)

# S4 method for AFMImageGaussianMixAnalysis maxGaussianMix(object)

epsilonGaussianMix(object)

# S4 method for AFMImageGaussianMixAnalysis epsilonGaussianMix(object)

Arguments

.Object

an AFMImageGaussianMixAnalysis object

Slots

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