plot.LDA_set: Plot a set of LDATS LDA models

View source: R/LDA_plots.R

plot.LDA_setR Documentation

Plot a set of LDATS LDA models

Description

Generalization of the plot function to work on a list of LDA topic models (class LDA_set).

Usage

## S3 method for class 'LDA_set'
plot(x, ...)

Arguments

x

An LDA_set object of LDA topic models.

...

Additional arguments to be passed to subfunctions.

Value

NULL.

Examples


  data(rodents)
  lda_data <- rodents$document_term_table
  r_LDA <- LDA_set(lda_data, topics = 2, nseeds = 2) 
  plot(r_LDA)



LDATS documentation built on Sept. 19, 2023, 5:08 p.m.