calculateGaussianMixture {AFM} | R Documentation |
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 |
Author(s)
M.Beauvais
Examples
## Not run:
library(AFM)
data(AFMImageOfNetworks)
mixtureCharacteristics<-calculateGaussianMixture(AFMImageOfNetworks)
print(mixtureCharacteristics)
## End(Not run)
[Package AFM version 2.0 Index]