Skip to content

Commit

Permalink
figures
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Sep 26, 2024
1 parent 130f5b1 commit ff885d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions inst/starter_models/si_partnerships_sti/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion inst/starter_models/si_partnerships_sti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff885d8

Please sign in to comment.