PlotFisheriesOverviewSpatial: Plot spatial distribution of fisheries

View source: R/StoxPlots.R

PlotFisheriesOverviewSpatialR Documentation

Plot spatial distribution of fisheries

Description

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

Value

PlotFisheriesOverviewSpatialData

See Also

Provide data for this plot with ReportFdaLandings

Examples

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

StoXProject/RstoxFDA documentation built on Jan. 13, 2024, 12:32 a.m.