powered by
A dataset containing simulated SIR model outputs for a population of 1000.
sir_data
A data frame with 50 rows and 4 columns:
Numeric, time point (1 to 50 days).
Numeric, number of susceptible individuals.
Numeric, number of infected individuals.
Numeric, number of recovered individuals.
data("sir_data") epi_visualize(sir_data, x = "time", y = "Infected", type = "curve")
Run the code above in your browser using DataLab