PlotFisheriesOverviewTemporal: Plot landings

View source: R/StoxPlots.R

PlotFisheriesOverviewTemporalR Documentation

Plot landings

Description

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'

Value

PlotFisheriesOverviewTemporalData

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)

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