View source: R/plot_hlda_gammas.R
plot_hLDA_gammas | R Documentation |
Visualizes Sample (Document) Composition of a Fitted hLDA Model
plot_hLDA_gammas(hLDA_model, color_by = "path", print_legend = FALSE)
hLDA_model |
(required, |
color_by |
(optional, |
print_legend |
(optional, |
A ggplot2
object describing the sample composition.
plot_hLDA
x <- matrix(sample(0:100, 1000, replace = TRUE), 20, 50)
m <- hLDA(x, depth = 3)
plot_hLDA_gammas(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.