Skip to contents

Plot the fishing hours in a map

Usage

make.area.map(raster, shape, gear = NULL)

Arguments

raster

A data.frame obtained from fetch.fishing.hours

shape

A Simple Feature object defining the borders of the map

gear

"longline","seine","all" or NULL

Value

A data.frame containing fishing hours informations

Examples

guyane.shape <- make.rectangle.on.map(9.5186167,
                               -54.68065555555555,
                               4.0003722,
                               -49.47313333333334)
raster <- fetch.fishing.hours("2025-01-01",
 "2025-02-01",
 guyane.shape)
make.area.map(raster,guyane.shape)