Skip to content

Commit

Permalink
Merge pull request #33 from nmfs-ost/update-rda
Browse files Browse the repository at this point in the history
removed make_rda param from exp_all_figs_tables.R
  • Loading branch information
sbreitbart-NOAA authored Dec 12, 2024
2 parents baf5ab0 + 284aee5 commit f5952b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion R/exp_all_figs_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exp_all_figs_tables <- function(
end_year = NULL,
n_projected_years = 10,
relative = FALSE,
make_rda = FALSE,
rda_dir = getwd(),

# imported from plot_biomass
Expand All @@ -53,6 +52,8 @@ exp_all_figs_tables <- function(

) {

make_rda = TRUE

# figures

satf::plot_recruitment(dat,
Expand Down
6 changes: 0 additions & 6 deletions man/exp_all_figs_tables.Rd

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

0 comments on commit f5952b5

Please sign in to comment.