Skip to contents

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)

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")]
#>    CountryLanding    weightT
#>            <char>      <num>
#> 1:            DNK  12777.336
#> 2:            NOR 120306.224
#> 3:            FRO      8.904
#> 4:            GBR     45.034