plot.LDA_set: Plot a set of LDATS LDA models

Description Usage Arguments Value Examples

View source: R/LDA_plots.R

Description

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

Usage

1
2
## 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

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

weecology/LDATS documentation built on March 28, 2020, 11:20 a.m.