analyse {AFM} | R Documentation |
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
analyse(AFMImageAnalyser)
AFMImageAnalyser |
a |
an AFMImageAnalyser
containing all the analysis
M.Beauvais
## 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)