Top terms from a term_freq result as a horizontal bar chart, or a word
cloud when result$options$wordcloud is TRUE (opt-in, default
FALSE). Facets by group when the result carries a group role
(todo_0.5.md section 1a).
Usage
sframe_plot_term_frequency(result, palette = c("web", "print"))Arguments
- result
A
term_freqresult list fromrun_analysis_plan().- palette
One of
"web"or"print". Seesframe_brand().