PlotFisheriesOverviewTemporal | R Documentation |
Plots landings by date of catch and by grouping variables.
PlotFisheriesOverviewTemporal(ReportFdaLandingData)
ReportFdaLandingData |
|
"CatchDate" must be among the grouping variables of 'ReportFdaLandingData'
PlotFisheriesOverviewTemporalData
Provide data for this plot with ReportFdaLandings
landingsReport <- RstoxFDA::ReportFdaLandings(
RstoxFDA::StoxLandingDataExample, c("CatchDate")
)
RstoxFDA::PlotFisheriesOverviewTemporal(landingsReport)
landingsReportGear <- RstoxFDA::ReportFdaLandings(
RstoxFDA::StoxLandingDataExample, c("GearGroup", "CatchDate")
)
RstoxFDA::PlotFisheriesOverviewTemporal(landingsReportGear)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.