Skip to content

Commit

Permalink
update(create_figures_doc): add example of where caption will go
Browse files Browse the repository at this point in the history
Integration of the other captions once written and alt. text will form adjustments to here
  • Loading branch information
Schiano-NOAA committed Oct 8, 2024
1 parent acd26dc commit a1dd37c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/create_figures_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ create_figures_doc <- function(resdir = NULL,
figures_doc,
add_chunk(
paste0("satf::plot_recruitment(dat = '", resdir, "/", model_results, "', model = '", model, "')"),
label = "recruitment"
label = "recruitment",
add_option = TRUE,
chunk_op = "fig-cap: 'this is the caption for the figure.'"
),
"\n"
)
Expand Down

0 comments on commit a1dd37c

Please sign in to comment.