Learn R Programming

Rlda (version 0.1.0)

plot: plot method for rlda object

Description

Plot a rlda object. The plot function returns three plots based on Theta matrix, Phi matrix and log-likelihood.

Usage

# S3 method for rlda
plot(x,...)

Arguments

x
a rlda object created by rlda.binomial, rlda.bernoulli or rlda.multinomial function
...
other arguments may be useful.

See Also

rlda.binomial, rlda.bernoulli,rlda.multinomial