word_prop_scatter | R Documentation |
Compare word frequencies between current era and prequel
word_prop_scatter(
pubs,
col_use = title,
era = sheet,
n_top = 20,
other_stop_words = NULL
)
pubs |
A data frame at least with a column for the category of interest. |
col_use |
Which column to break down into words for word cloud. Tidyeval is supported. |
era |
Which column indicates whether the item is from prequel or current era. Can be character, factor, or logical. Tidyeval is supported. |
n_top |
Number of top entries to plot. Especially useful for isotype. |
other_stop_words |
A character vector for other stop words besides the stop_words data frame that comes with tidytext. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.