-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation to exported data sets
- mskeyAreas - mskeyGears - soeAreas
- Loading branch information
Showing
7 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' deflate: Index of dollar inflation | ||
#' | ||
#' This needs to be pulled directly from gov website in future | ||
#' This data set should be temporary since it will need to be updated each year | ||
#' It isn't clear where from | ||
#' | ||
#' @format A Data frame | ||
#' \describe{ | ||
#' \item{YEAR}{Year of index} | ||
#' \item{MONTH}{Month of index} | ||
#' \item{PPI}{Price Index} | ||
#'} | ||
#' | ||
#' | ||
#' | ||
"deflate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#' mskeyAreas: Area Species, EPU designations | ||
#' | ||
#' Option to pass to \code{get_comland_data} if the user wishes define proportion Statistical Areas | ||
#' based on findings in mskeyrun project. Statistical Area that straddle EPUs have landings proportioned among | ||
#' neighboring EPUs | ||
#' | ||
#' @format A Data frame | ||
#' \describe{ | ||
#' \item{AREA}{Statistical Area} | ||
#' \item{NESPP3}{Gulf of Maine EPU} | ||
#' \item{MeanProp}{Proportion of Statistical area to attribute to EPU} | ||
#' \item{EPU}{Ecological Production Unit} | ||
#'} | ||
#' | ||
#' | ||
#' | ||
"mskeyAreas" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#' mskeyGears: Gear Fleet mapping from mskeyrun project | ||
#' | ||
#' Associates NEGEAR2 codes to Fleets | ||
#' | ||
#' and not to proportion the stat areas to EPUs | ||
#' | ||
#' @format A Data frame | ||
#' \describe{ | ||
#' \item{NEGEAR2}{NEFSC 2 digit Gear code} | ||
#' \item{MESHCAT}{Category of mesh size, SM, LG} | ||
#' \item{Fleet}{Name of Fleet} | ||
#'} | ||
#' | ||
#' | ||
"mskeyGears" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.