#' Model catches
#'
#' A data frame of commercial and recreational catches for
#' the northern and southern areas by fleet.
#'
#' @name data_catch
#' @docType data
#' @format A data frame with four columns
#' * Year: a four digit integer for year
#' * area: a character value denoting the area the catches pertain to
#' * fleet: character values denoting the fleet, with
#' fixed gear (FG), trawl (TW), and abbreviations for state are all
#' valid entries and states signify recreational catches
#' * mt: catches in metric tons (mt)
#'
"data_catch"
#' Index for catch per unit effort (CPUE)
#'
#' A data frame formatted for SS with information on the
#' CPUE indices.
#'
#' @name data_index_cpue
#' @docType data
#' @format A data frame with the following columns
#' * year: a four digit integer for year
#' * seas: equal to 7 because all fleets "operate" in the middle of the year
#' * index: equal to the proper fleet number returned from
#' [get_fleet]
#' * obs: the median of the posterior estimate per year
#' * se_log: the log standard error of the estimate
#' * area: e.g., north or south
#' * source: which file the data came from because there are multiple
#' versions of the California recreational fleet
#'
"data_index_cpue"
#' Index for the standardized surveys
#'
#' A data frame of index values for the standardized surveys that
#' are relevant to this species.
#'
#' @name data_index_survey
#' @docType data
#' @format A data frame with four columns
#' * Year: a four digit integer for year
#' * dir: the directory where the data are stored in data-raw
#' * surveyname: the survey name using characters
#' * area: the model area of relevance, e.g., North
#' * distribution: the assumed distribution used to fit the model
#' * Fleet: a version of the strata with depth
#' * Estimate_metric_tons: estimate in mt
#' * SD_log: the log standard deviation
#' * SD_mt: the standard deviation in normal space
#' * strata: the stratafication the estimate pertains to
#' * year: a four digit integer for year
#' * obs: the estimate per year
#' * se_log: the log standard error of the estimate
#' * seas: equal to 7 because all fleets "operate" in the middle of the year
#' * index: equal to 7 because all fleets "operate" in the middle of the year
#'
"data_index_survey"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.