AFMImageFractalDimensionMethod-class {AFM} | R Documentation |
AFMImageFractalDimensionMethod
stores calculation from one fractal dimension method
AFMImageFractalDimensionMethod(fd_method, fd, fd_scale)
## S4 method for signature 'AFMImageFractalDimensionMethod'
initialize(.Object, fd_method, fd, fd_scale)
AFMImageFractalDimensionMethod(fd_method, fd, fd_scale)
fd_method |
Two dimensional function names used to evaluate the fractal dimension and fractal scale |
fd |
the value of the fractal dimension |
fd_scale |
the value of the fractal scale |
.Object |
an AFMImageFractalDimensionMethod object |
fd_method
Two dimensional function names used to evaluate the fractal dimension and fractal scale
fd
the value of the fractal dimension
fd_scale
the value of the fractal scale
M.Beauvais