| terms | R Documentation |
terms() returns the most likely terms for topics based on the phi parameter.
terms(x, n = 10)
x |
a LDA model fitted by |
n |
the number of terms to be extracted. |
Topic terms are sorted in the descending order within topics based on
the values in x$phi.
Returns a character matrix with the most frequent words in each topic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.