Learn R Programming

AFM (version 1.2.0)

getFractalDimensions: Calculate 2D fractal dimensions and scales of an AFM Image

Description

getFractalDimensions calculates fractal dimensions and scales of an AFMImage with fd.estim.method from the fractaldim package.

Usage

getFractalDimensions(AFMImage, AFMImageFractalDimensionsAnalysis)

Arguments

AFMImage
an AFMImage from Atomic Force Microscopy
AFMImageFractalDimensionsAnalysis
an AFMImageFractalDimensionsAnalysis to store the results of the fractal analysis

Value

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'

See Also

fractaldim

Examples

Run this code
library(AFM)

data(AFMImageOfAluminiumInterface)
print(getFractalDimensions(AFMImageOfAluminiumInterface))

Run the code above in your browser using DataLab