Adapted from Julia Silge's blog.

plot_topic_words(stm_res, n_top = 10, ncol = 5)

Arguments

stm_res

A `STM` object.

n_top

Number of top words to show per topic.

ncol

Number of columns in facetted plot.

Value

A ggplot object