Learn R Programming

AFM (version 1.2.0)

analyse: 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 AFMImageAnalyser to manage and store image analysis

Value

Examples

Run this code
library(AFM)

data(AFMImageOfAluminiumInterface)
AFMImage<-extractAFMImage(AFMImageOfAluminiumInterface, 0, 0, 32)
AFMImageAnalyser<-new("AFMImageAnalyser", AFMImage= AFMImage, fullfilename = AFMImage@fullfilename)
AFMImageAnalyser<-analyse(AFMImageAnalyser)
print(AFMImageAnalyser@fdAnalysis)

Run the code above in your browser using DataLab