Learn R Programming

AFM (version 2.0)

calculateGaussianMixture: Calculate Gaussian Mixture with two components from the AFM Image.

Description

calculateGaussianMixture return a data.table containing the result of the Gaussian Mixture and result of the test

Usage

calculateGaussianMixture(AFMImage)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

Examples

Run this code
# NOT RUN {
library(AFM)
data(AFMImageOfNetworks)
mixtureCharacteristics<-calculateGaussianMixture(AFMImageOfNetworks)
print(mixtureCharacteristics)
# }

Run the code above in your browser using DataLab