Skip to content

Commit

Permalink
Merge branch 'streamline-plots' of https://github.com/nmfs-ost/satf i…
Browse files Browse the repository at this point in the history
…nto streamline-plots
  • Loading branch information
Schiano-NOAA committed Oct 1, 2024
2 parents e3e3b22 + cc83d44 commit ad5fcd8
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 378 deletions.
10 changes: 2 additions & 8 deletions R/plot_recruitment.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#' Plot Recruitment
#'
#' @param dat A standardized data object. For example, see `hake`, which is
#' available within this package.
#' @param model The type or name of the assessment framework that was used to
#' fit the model. For example, the `hake` example data set is the default
#' `"standard"` type of data that was converted to a standard format. Where,
#' a model fit using Stock Synthesis would have `model = "SS3"`. Eventually,
#' all types will be converted to the standard format and this argument will
#' be deprecated.
#' @param dat A path to a file name where the data are stored.
#' @param model The model type, to be deprecated.
#' @param params Print/export the parameters of the stock recruitment function?
#' @param params_only Only export the stock recruitment function or both the parameters and the plot(s)?
#' @param units If units are not available in the output file, in metric tons,
Expand Down
Loading

0 comments on commit ad5fcd8

Please sign in to comment.