Learn R Programming

AFM (version 1.0.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(AFMImage)

Arguments

AFMImage
the AFMImage to be analysed

Value

Examples

Run this code
library(AFM)

data(AFMImageOfAluminiumInterface)
AFMImage<-extractAFMImage(AFMImageOfAluminiumInterface, 0, 0, 32)
myAFMImageAnalyser<-analyse(AFMImage)
print(myAFMImageAnalyser@fdAnalysis)

Run the code above in your browser using DataLab