File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,12 +288,12 @@ DiagrammeR::grViz("digraph{
288288 Ev -> Iv [label = ' onset of \ninfectiousness (α) ']
289289 E -> I [label = ' onset of \ninfectiousness (α) ']
290290 I -> H [label = ' hospitalisation (η)']
291- Iv -> Hv [label = ' hospitalisation \n (η@_{V})']
291+ Iv -> Hv [label = ' hospitalisation (η@_{V})']
292292 I -> D [label = ' death (ω)']
293293 I -> R [label = ' recovery (γ)']
294- Iv -> D [label = ' death \n (ω@_{V})']
294+ Iv -> D [label = ' death (ω@_{V})']
295295 Iv -> R [label = ' recovery (γ)']
296- Hv -> D [label = ' death \n (ω@_{V})']
296+ Hv -> D [label = ' death (ω@_{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