#' Landings for the Norwegian North Sea Herring fisheries in 2022.
#'
#' Example of data formatted as \code{\link[RstoxData]{StoxLandingData}}
#' The data set contains landings of herring caugth in 2022 and sold as North Sea Herring, from Norwegian vessels larger than 15 m.
#'
#' Samples from the Catch Lottery covering this fishery are provided in \code{\link[RstoxFDA]{CatchLotteryExample}}
#'
#' @docType data
#'
#' @usage data(CatchLotteryLandingExample)
#'
#' @format \code{\link[RstoxData]{StoxLandingData}}
#'
#' @keywords datasets
#' @concept Analytical estimation
#'
#' @examples
#' #report destination (country landed) of landed catch in tonnes
#' RstoxFDA::CatchLotteryLandingExample$Landing[,list(weightT=sum(RoundWeight)/1000),
#' by=c("CountryLanding")]
"CatchLotteryLandingExample"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.