# Discrete Epidemic Density
epidemicDensity <- function(epidemic, simParam){
# What was the probability of the events which happened, given the epidemic state on that day
for(i in 1:ncol(epidemic$SIRsummary)){
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.