Plots landings by date of catch and by grouping variables.
See also
Provide data for this plot with ReportFdaLandings
Examples
landingsReport <- RstoxFDA::ReportFdaLandings(
RstoxFDA::StoxLandingDataExample, c("CatchDate")
)
RstoxFDA::PlotFisheriesOverviewTemporal(landingsReport)
landingsReportGear <- RstoxFDA::ReportFdaLandings(
RstoxFDA::StoxLandingDataExample, c("GearGroup", "CatchDate")
)
RstoxFDA::PlotFisheriesOverviewTemporal(landingsReportGear)