analyse {AFM} | R Documentation |
Analyse an AFMImage
Description
A function to wrap all the analysis of an AFMImage
variogram analysis including evaluation of basic variogram models with sill and range calculation
power spectrum density analysis including roughness against lengthscale calculation
fractal dimension analysis including fractal dimensions calculation
basic roughness parameters analysis such as mean, variance, Rrms, Ra
Usage
analyse(AFMImageAnalyser)
Arguments
AFMImageAnalyser |
a |
Value
an AFMImageAnalyser
containing all the analysis
Author(s)
M.Beauvais
Examples
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
AFMImage<-extractAFMImage(AFMImageOfAluminiumInterface, 0, 0, 32)
AFMImageAnalyser<-new("AFMImageAnalyser", AFMImage= AFMImage, fullfilename = AFMImage@fullfilename)
AFMImageAnalyser<-analyse(AFMImageAnalyser)
print(AFMImageAnalyser@fdAnalysis)
## End(Not run)
[Package AFM version 2.0 Index]