View source: R/density_dcp_1deg.R
density_dcp_1deg | R Documentation |
Map of the the density of deployments of dFADs 1 deg (Only for OA for the moment)
density_dcp_1deg(dataframe, ocean = 1)
dataframe |
data.frame expected. 'Csv' or 'output' of the function data_extraction, which must be done before using the density_dcp_1deg() function. |
ocean |
integer expected. Ocean code to choose the ocean, 1 by default. |
The input dataframe must contain all these columns for the function to work [see referentials]:
count | center_geom_x | center_geom_y | activity_date | poly_geom ------------------------------------------------------------------------ 110 | 0.5 | 0.5 | 2013 | POLYGON ((0 0, 0 1, 1 1, 1 ... 174 | 0.5 | 0.5 | 2014 | POLYGON ((0 0, 0 1, 1 1, 1 ... 175 | 0.5 | 0.5 | 2023 | POLYGON ((0 0, 0 1, 1 1, 1 ...
The function return ggplot R plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.