cell_count_3d | R Documentation |
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)
pts |
Data frame with x, y, and z coordinates |
xmin |
Minimum x-value |
xmax |
Maximum x-value |
ymin |
Minimum y-value |
ymax |
Maximum y-value |
zmin |
Minimum z-value |
zmax |
Maximum z-value |
n |
Multiplier |
Number of filled cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.