Skip to content

Commit

Permalink
Updating documentation for package
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiano-NOAA committed Jul 31, 2024
1 parent 9787671 commit 0048b37
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/plot_recruitment.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' reference line, stock recruitment curve, and other related figures.
#' @export
#'
#' @examples
#' @examples plot_recruitment(dat = dat, model = "BAM")
plot_recruitment <- function(dat,
model,
params = FALSE,
Expand Down
10 changes: 10 additions & 0 deletions R/table_indices.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#' Create Indices of Abundance Table
#'
#' @template dat
#' @template model
#'
#' @return Create table of observed annual indices of abundance plus error
#' stratified by fleet.
#' @export
#'
#' @examples table_indices(dat = dat, model = "BAM")
table_indices <- function(dat,
model){
if(model == "SS3"){
Expand Down
13 changes: 8 additions & 5 deletions man/plot_recruitment.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions man/plot_spawning_biomass.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions man/table_indices.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0048b37

Please sign in to comment.