Description Usage Arguments Value
Creates a grid of cells for which fishing event data exist. The cells with zero fishing
events and cells which have less than min_num_fids
will be removed.
1 2 3 4 5 6 7 |
d |
An |
cell_size |
Cell side length in meters |
min_num_fids |
Minimum number of FIDs in a cell. If less than this, they will be set to zero |
data_col |
A vector of column names found in |
data_fncs |
A vector of functions to use for summarization of the |
A list of length 2 with the first element being an sf
MULTIPOLYGON
object with
columns added: cell
and num_fids
, and the second element being the number of cells removed
due to the filtering of data to accomodate the rule of min_num_fids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.