CatchLotteryLandingExample | R Documentation |
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.
data(CatchLotteryLandingExample)
StoxLandingData
Samples from the Catch Lottery covering this fishery are provided in CatchLotteryExample
#report destination (country landed) of landed catch in tonnes
RstoxFDA::CatchLotteryLandingExample$Landing[,list(weightT=sum(RoundWeight)/1000),
by=c("CountryLanding")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.