Learn R Programming

keyATM (version 0.5.3)

top_topics: Show the top topics for each document

Description

Show the top topics for each document

Usage

top_topics(x, n = 2)

Value

An n x k table of the top n topics in each document.

Arguments

x

the output from a keyATM model (see keyATM()).

n

integer. The number of topics to show. Default is 2.