Skip to content

Commit

Permalink
Add labels to plot
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed May 30, 2024
1 parent fb93355 commit e780942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/simulate_transmission/epidemics_odin_interop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ library(ggplot2)

### Prepare population initial conditions


```{r}
# get social contacts data
polymod <- socialmixr::polymod
Expand Down Expand Up @@ -129,5 +128,6 @@ y <- melt(y, id.vars = c("t"))
ggplot(y[variable %like% "I"]) +
geom_line(aes(t, value, col = variable)) +
labs(x = "Time", y = "# Infectious", col = "Age group") +
facet_grid(~variable)
```

0 comments on commit e780942

Please sign in to comment.