AFMImageFractalDimensionMethod-class {AFM}R Documentation

AFM image fractal dimension method class

Description

AFMImageFractalDimensionMethod stores calculation from one fractal dimension method

Usage

AFMImageFractalDimensionMethod(fd_method, fd, fd_scale)

## S4 method for signature 'AFMImageFractalDimensionMethod'
initialize(.Object, fd_method, fd, fd_scale)

AFMImageFractalDimensionMethod(fd_method, fd, fd_scale)

Arguments

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

Slots

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

Author(s)

M.Beauvais

See Also

fractaldim


[Package AFM version 2.0 Index]