Description Usage Arguments Examples
Draw stage distribution diagram
1 2 3 | visualise_stage_dist(pathways, maps = state_space_tb$All,
x.lab = "Time since first visit (day)", y.lab = "Stage distribution",
t_end = 365, dt = 1)
|
pathways |
json formated patient pathways |
maps |
colour maps |
x.lab |
label of x-axis |
y.lab |
label of y-axis |
t_end |
read end of the diagram, default = 365 days |
dt |
bar update frequency of the diagram |
1 2 | st.di <- visualise_stage_dist(pseudo.tb.js)
print(st.di)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.