Skip to contents

Plots catch density of landings on polygons.

Usage

PlotFisheriesOverviewSpatial(
  ReportFdaLandingData,
  StratumPolygon,
  AreaLabels = F
)

Arguments

ReportFdaLandingData

ReportFdaLandingData

StratumPolygon

StratumPolygon

AreaLabels

if TRUE, labels with area codes are plotted on map.

Details

'ReportFdaLandingData' must be configured with only one grouping variable, which must match the area names in StratumPolygon$StratumName

See also

Provide data for this plot with ReportFdaLandings

Examples

 landingsReport <- RstoxFDA::ReportFdaLandings(
       RstoxFDA::StoxLandingDataExample, c("Area")
       )
 RstoxFDA::PlotFisheriesOverviewSpatial(landingsReport, RstoxFDA::mainareaFdir2018)