Skip to contents

Plots landings by date of catch and by grouping variables.

Usage

PlotFisheriesOverviewTemporal(ReportFdaLandingData)

Arguments

ReportFdaLandingData

ReportFdaLandingData

Details

"CatchDate" must be among the grouping variables of 'ReportFdaLandingData'

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)