| compose_bundles | R Documentation |
These helpers make it easy to layer policy/intervention logic on top of baseline natural history dynamics without rewriting the baseline bundle.
compose_bundles(
baseline,
policy = NULL,
merge = c("policy_wins", "baseline_wins", "error_on_conflict")
)
baseline |
Baseline model bundle list. |
policy |
Optional policy/intervention bundle list overriding selected components. |
merge |
Patch conflict strategy for transition updates: "policy_wins", "baseline_wins", or "error_on_conflict". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.