View source: R/deploiement_density_dcp.R
deploiement_density_dcp | R Documentation |
Map of the the number of deployments of dFADs
deploiement_density_dcp(dataframe)
dataframe |
data.frame expected. 'Csv' or 'output' of the function data_extraction, which must be done before using the deploiement_density_dcp() function. |
The input dataframe must contain all these columns for the function to work [see referentials]:
poly_geom | count | activity_date | ocean_code -------------------------------------------------------- ((0 0, 0 1, 1 1, 1 0, 0 0)) | 9 | 2016 | 1 ((0 0, 0 1, 1 1, 1 0, 0 0)) | 10 | 2014 | 1 ((0 0, 0 1, 1 1, 1 0, 0 0)) | 11 | 2014 | 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.