View source: R/02_data_exploration.R
fst_freq_plot | R Documentation |
Plots most common words.
fst_freq_plot(table, number = NULL, name = NULL)
table |
Output of 'fst_freq_table()' or 'fst_ngrams_table()'. |
number |
Optional number of n-grams for the title, default is 'NULL'. |
name |
An optional "name" for the plot to add to title, default is 'NULL'. |
Plot of top words.
pf <- c("NOUN", "VERB", "ADJ", "ADV")
top_words <- fst_freq_table(fst_child, number = 15, pos_filter = pf)
fst_freq_plot(top_words, number = 15, name = "Bullying")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.