PlotFisheriesOverviewSpatial | R Documentation |
Plots catch density of landings on polygons.
PlotFisheriesOverviewSpatial(
ReportFdaLandingData,
StratumPolygon,
AreaLabels = F
)
ReportFdaLandingData |
|
StratumPolygon |
|
AreaLabels |
if TRUE, labels with area codes are plotted on map. |
'ReportFdaLandingData' must be configured with only one grouping variable, which must match the area names in StratumPolygon$StratumName
PlotFisheriesOverviewSpatialData
Provide data for this plot with ReportFdaLandings
landingsReport <- RstoxFDA::ReportFdaLandings(
RstoxFDA::StoxLandingDataExample, c("Area")
)
RstoxFDA::PlotFisheriesOverviewSpatial(landingsReport, RstoxFDA::mainareaFdir2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.