Skip to contents

Plot the Frequency Distribution of States

Usage

# S3 method for class 'group_tna'
plot_frequencies(x, label, ...)

Arguments

x

A group_tna object.

label

An optional character string that can be provided to specify the grouping factor name if x was not constructed using a column name of the original data.

...

Ignored.

Value

A ggplot object.

Examples

model <- group_model(engagement_mmm)
plot_frequencies(model)