Visualizes the marginal emission distribution of a hsmm model.

plot_hsmm_marg_dist(model, show_missing_probs = TRUE, verbose = FALSE)

Arguments

model

a hsmm object specifying the model for which the marginal emission distributions should be visualized.

show_missing_probs

(optional) a logical specifying if transparency should be used to reflect how likely variables are going to be missing in each state.

verbose

(optional) a logical specifying if the internal steps of the function should be printed.

Value

a ggplot object.

Examples

my_model = simple_model plot_hsmm_marg_dist(model = my_model)