File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,17 +283,17 @@ DiagrammeR::grViz("digraph{
283283 S -> E [label = ' infection (β) ']
284284 S -> V1 [xlabel = ' vaccination \n(ν1)']
285285 V1 -> E [xlabel = ' infection (β)']
286- V1 -> V2 [xlabel = ' vaccination\n(second dose) (ν2)']
286+ V1 -> V2 [xlabel = ' vaccination\n(2nd dose) (ν2)']
287287 V2 -> Ev [label = ' infection (β)']
288288 Ev -> Iv [label = ' onset of \ninfectiousness (α) ']
289289 E -> I [label = ' onset of \ninfectiousness (α) ']
290290 I -> H [label = ' hospitalisation (η)']
291- Iv -> Hv [label = ' hospitalisation (η@_{V})']
291+ Iv -> Hv [label = ' hospitalisation \n (η@_{V})']
292292 I -> D [label = ' death (ω)']
293293 I -> R [label = ' recovery (γ)']
294- Iv -> D [label = ' death (ω@_{V})']
294+ Iv -> D [label = ' death \n (ω@_{V})']
295295 Iv -> R [label = ' recovery (γ)']
296- Hv -> D [label = ' death (ω@_{V})']
296+ Hv -> D [label = ' death \n (ω@_{V})']
297297 Hv -> R [label = ' recovery (γ)']
298298 H -> D [label = ' death (ω)']
299299 H -> R [label = ' recovery (γ)']
You can’t perform that action at this time.
0 commit comments