diff --git a/inst/starter_models/si_partnerships_sti/README.Rmd b/inst/starter_models/si_partnerships_sti/README.Rmd index c7123c2f..5145af60 100644 --- a/inst/starter_models/si_partnerships_sti/README.Rmd +++ b/inst/starter_models/si_partnerships_sti/README.Rmd @@ -9,6 +9,14 @@ editor_options: chunk_output_type: console --- +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>", + fig.path = "./figures/" +) +``` + ```{r setup} library(macpan2) library(ggplot2) diff --git a/inst/starter_models/si_partnerships_sti/README.md b/inst/starter_models/si_partnerships_sti/README.md index aa462c80..a886e1e8 100644 --- a/inst/starter_models/si_partnerships_sti/README.md +++ b/inst/starter_models/si_partnerships_sti/README.md @@ -78,7 +78,7 @@ ggplot(simulated_results, aes(x = time, y = value, color = matrix)) + labs(title = "STI Partnership Model Dynamics", x = "Time", y = "Population") ``` -![](README_files/figure-gfm/plot_results-1.png) +![](./figures/plot_results-1.png) ## Conclusion diff --git a/inst/starter_models/si_partnerships_sti/figures/plot_results-1.png b/inst/starter_models/si_partnerships_sti/figures/plot_results-1.png new file mode 100644 index 00000000..805fdefb Binary files /dev/null and b/inst/starter_models/si_partnerships_sti/figures/plot_results-1.png differ