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