This function call LDAvis to create a dynamic visualization of an
estimated topic model.
Usage
LDAvis(x, ...)
Value
Nothing, called for its side effects.
Arguments
x
an LDA model
...
further arguments passed on to LDAvis::createJSON() and
LDAvis::serVis().
Details
The CRAN release of LDAvis does not support UTF-8 characters
and automatically reorder topics. To solve these two issues, please install
the development version of LDAvis from github
(devtools::install_github("cpsievert/LDAvis")).