Skip to contents

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_freq result list from run_analysis_plan().

palette

One of "web" or "print". See sframe_brand().

Value

A ggplot2 object, or NULL when the result carries no table.