A helper function for segment, box and cube counting fractal methods.
The function divide the array into n
pieces and counts how many are
occupied.
cell_count_3d(pts, xmin, xmax, ymin, ymax, zmin, zmax, n)
Number of filled cells
Data frame with x, y, and z coordinates
Minimum x-value
Maximum x-value
Minimum y-value
Maximum y-value
Minimum z-value
Maximum z-value
Multiplier