# Visualize the number of infected for the two experiments
with(out$output[[1]], plot(Step, r_I, type = "l", lwd = 2, col = "red"))

with(out$output[[2]], plot(Step, r_I, type = "l", lwd = 2, col = "blue"))