plot_hsmm_transitions.Rd
The edges width is proportional to the transition probability.
plot_hsmm_transitions( model, size = 20, label_size = NULL, label_color = "white", arrow_gap = NULL )
model | a |
---|---|
size | (optional) the size of the nodes (hidden states). |
label_size | (optional) the size of the labels, i.e. hidden state names. |
label_color | (optional) the color of the labels. Default is white. Any valid color specification can be used here. |
arrow_gap | (optional) a |
a ggplot object.
my_model = simple_model plot_hsmm_transitions(model = my_model)