AFM: Atomic Force Microscopy images tools

Description Details Author(s) References See Also Examples

Description

The AFM package provides statistics analysis tools for Atomic Force Microscopy image analysis.
Licence: Affero GPL v3

Details

A graphical user interface is available by using runAFMApp command.

Several high level functions are :

Other functions are :

An EC2 instance is available for basic testing at the following address: http://www.afmist.org

Note: To use with a Brucker(TM) Atomic Force Microscope, use nanoscope analysis(TM) software and

Author(s)

M.Beauvais, J.Landoulsi, I.Liascukiene

References

Gneiting2012, Tilmann Gneiting, Hana Sevcikova and Donald B. Percival 'Estimators of Fractal Dimension: Assessing the Roughness of Time Series and Spatial Data - Statistics in statistical Science, 2012, Vol. 27, No. 2, 247-277'

Olea2006, Ricardo A. Olea "A six-step practical approach to semivariogram modeling", 2006, "Stochastic Environmental Research and Risk Assessment, Volume 20, Issue 5 , pp 307-318"

Sidick2009, Erkin Sidick "Power Spectral Density Specification and Analysis of Large Optical Surfaces", 2009, "Modeling Aspects in Optical Metrology II, Proc. of SPIE Vol. 7390 73900L-1"

See Also

gstat, fractaldim, rgl

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
  library(AFM)
# Analyse the AFMImageOfRegularPeaks AFM Image from this package
  data("AFMImageOfRegularPeaks")
  AFMImage<-AFMImageOfRegularPeaks
# exportDirectory="C:/Users/my_windows_login" or exportDirectory="/home/ubuntu"
  exportDirectory=tempdir()
  AFMImage@fullfilename<-paste(exportDirectory,"AFMImageOfRegularPeaks.txt",sep="/")
  
# Start to check if your sample is normaly distributed and isotropic.
  generateCheckReport(AFMImage)
  
# If the sample is normaly distributed and isotropic, generate a full report
  generateReport(AFMImage)
  
## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.

Related to AFM in AFM...