Skip to contents

Plot the Frequency Distribution of States

Usage

plot_frequencies(x, ...)

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

Arguments

x

A tna object created from sequence data.

...

Ignored.

Value

A ggplot object.

Examples

model <- tna(group_regulation)
plot_frequencies(model)