Skip to content

commonvault/Shiny-Vaccine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

shiny::runGitHub("ekstroem/Shiny-Vaccine")

it requires that you have the following packages installed:

library("shiny")
library("deSolve")
library("cowplot")
library("ggplot2")
library("tidyverse")
library("ggrepel")
library("shinydashboard")

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%