plot_topic_prop.Rd
This is equivalent to `plot(stm_res, type = "symmary")`, but it uses `ggplot2` and looks nicer. Adapted from Julia Silge's blog.
plot_topic_prop(stm_res, n_top = 5, x_max = 0.15)
A `STM` object.
Number of top words to show per topic.
Max in the x axis so all words will show in the plot.
A ggplot object