| plot.multiChains | R Documentation |
Plot the results of chainsDistance(x) using multidimensional
scaling. See chainsDistances() for details on the distance computation
and stats::cmdscale() for the implementation of the multidimensional
scaling.
## S3 method for class 'multiChains'
plot(
x,
...,
method = c("euclidean", "hellinger", "cosine", "minMax", "naiveEuclidean",
"invariantEuclidean")
)
x |
a valid |
... |
not used |
method |
the method used to measure the distance between chains. |
Invisibly, the coordinates of each topic model resulting from the multidimensional scaling.
chainsDistances() cmdscale()
models <- LDA(ECB_press_conferences_tokens)
models <- fit(models, 10, nChains = 5)
plot(models)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.