powered by
getFractalDimensions calculates fractal dimensions and scales of an AFMImage with the fd.estim.method from the fractaldim package.
getFractalDimensions
AFMImage
fractaldim
getFractalDimensions(AFMImage, AFMImageFractalDimensionsAnalysis)
an AFMImage from Atomic Force Microscopy
an AFMImageFractalDimensionsAnalysis to store the results of the fractal analysis
AFMImageFractalDimensionsAnalysis
a list of AFMImageFractalDimensionMethod objects with the calculated fractal dimensions and scales
AFMImageFractalDimensionMethod
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'
# NOT RUN { library(AFM) data(AFMImageOfAluminiumInterface) print(getFractalDimensions(AFMImageOfAluminiumInterface)) # }
Run the code above in your browser using DataLab