dotplot-LDA-method: Dot Plot for Terms of a Topic.

Description Usage Arguments Examples

Description

Dot Plot for Terms of a Topic.

Usage

1
2
## S4 method for signature 'LDA'
dotplot(.Object, topic, n = 50L, ...)

Arguments

.Object

An object of class LDA (or inheriting from it).

topic

An integer value, the number of the topic to be visualized.

n

An integer value, the number of tokens considered.

...

Further arguments passed into a call to dotchart.

Examples

1
2
3
data(BE_lda)
dotplot(BE_lda, topic = 125)
dotplot(BE_lda, topic = 210, n = 25)

PolMine/polmineR.topics documentation built on March 6, 2020, 6:03 p.m.