top_words {keyATM} | R Documentation |
Show the top words for each topic
Description
If show_keyword
is TRUE
then words in their keyword topics
are suffixed with a check mark. Words from another keyword topic
are labeled with the name of that category.
Usage
top_words(x, n = 10, measure = c("probability", "lift"), show_keyword = TRUE)
Arguments
x |
the output (see |
n |
integer. The number terms to visualize. Default is |
measure |
character. The way to sort the terms: |
show_keyword |
logical. If |
Value
An n x k table of the top n words in each topic
[Package keyATM version 0.5.2 Index]