An open API service indexing awesome lists of open source software.

https://github.com/ekstroem/shiny-vaccine

Shiny app for showing the impact of vaccines
https://github.com/ekstroem/shiny-vaccine

Last synced: 11 months ago
JSON representation

Shiny app for showing the impact of vaccines

Awesome Lists containing this project

README

          

# ShinyVaccine

Shiny app to show the SIR model with an additional vaccine compartment

You can run the **English** language version locally on your computer with

```{r}
shiny::runGitHub("ekstroem/Shiny-Vaccine")
```

it requires that you have the following packages installed:

```{r}
library("shiny")
library("deSolve")
library("cowplot")
library("ggplot2")
library("tidyverse")
library("ggrepel")
library("shinydashboard")
```