CatchLotteryLandingExample: Landings for the Norwegian North Sea Herring fisheries in...

CatchLotteryLandingExampleR Documentation

Landings for the Norwegian North Sea Herring fisheries in 2022.

Description

Example of data formatted as StoxLandingData The data set contains landings of herring caugth in 2022 and sold as North Sea Herring, from Norwegian vessels larger than 15 m.

Usage

data(CatchLotteryLandingExample)

Format

StoxLandingData

Details

Samples from the Catch Lottery covering this fishery are provided in CatchLotteryExample

Examples

 #report destination (country landed) of landed catch in tonnes
 RstoxFDA::CatchLotteryLandingExample$Landing[,list(weightT=sum(RoundWeight)/1000), 
                                                  by=c("CountryLanding")]

StoXProject/RstoxFDA documentation built on Nov. 12, 2024, 3:42 a.m.