getFractalDimensions {AFM} | R Documentation |
Calculate 2D fractal dimensions and scales of an AFM Image
Description
getFractalDimensions
calculates fractal dimensions and scales of an AFMImage
with the fd.estim.method from the fractaldim
package.
Usage
getFractalDimensions(AFMImage, AFMImageFractalDimensionsAnalysis)
Arguments
AFMImage |
an |
AFMImageFractalDimensionsAnalysis |
an |
Value
a list of AFMImageFractalDimensionMethod
objects with the calculated fractal dimensions and scales
Author(s)
M.Beauvais
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
Examples
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
print(getFractalDimensions(AFMImageOfAluminiumInterface))
## End(Not run)
[Package AFM version 2.0 Index]