Nothing
#' StdEffort_dataset
#'
#' A list named "StdEffort_dataset" which contains three data frames has been given.
#' The three data frames named "sp_catch", "tot_catch" and "effort" with each having the same dimension contains
#' time series data (1997-2018) on species catch, total catch and fishing effort of 8 different fishing gears
#' viz., mechanized trawlnet including multiday trawlnet(MTN), mechanized gillnet (MGN),
#' non-mechanized gears (NM), outboard gillnet (OBGN), outboard ringseine (OBRS), outboard trawlnet (OBTN),
#' some minor mechanized gears (MOTHERS)and some minor outboard gears (OBOTHS).
#'
#'@examples
#'\dontrun{
#' library(FESta)
#' data("StdEffort_dataset")
#' result<-StdEffort(
#' sp_catch = StdEffort_dataset$sp_catch,
#' tot_catch = StdEffort_dataset$tot_catch,
#' effort = StdEffort_dataset$effort,
#' meg = 'OBGN'
#' )
#' print(result)
#' }
#'
#'@format A data frame with 22 rows and 9 variables:
#' \describe{
#' \item{species catch}{Quantity, in tonnes (yearwise data).}
#' \item{total catch}{Quantity, in tonnes (yearwise data).}
#' \item{effort}{Actual Fishing Hours, in hours (yearwise data).}
#' }
#' @source \url{https://www.cmfri.org.in/fish-catch-estimates}
#' @seealso \code{\link{StdEffort}}
#'
"StdEffort_dataset"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.