| cell_count_2d | 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_2d(pts, xmin, xmax, ymin, ymax, n)
| pts | Data frame with x and y coordinates | 
| xmin | Minimum x-value | 
| xmax | Maximum x-value | 
| ymin | Minimum y-value | 
| ymax | Maximum y-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.