plot_hsmm_sojourn_dist.Rd
Visualizes the sojourn distributions of a hidden semi-Markov model.
plot_hsmm_sojourn_dist(model, maxt = 100, one_panel_per_state = FALSE)
model | a |
---|---|
maxt | (optional) an |
one_panel_per_state | (optional) a |
a ggplot object.
my_model = simple_model plot_hsmm_sojourn_dist(model = my_model)