denim_dsl | R Documentation |
This function parses model transitions defined in denim's DSL syntax
denim_dsl(x)
x |
|
denim_transition object
transitions <- denim_dsl({
S -> I = beta * (I/N) * S * timeStep
I -> R = d_gamma(rate = 1/4, shape = 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.