
Plot Topic Effects for Categorical Variables
Source:R/visualization.R
plot_topic_effects_categorical.RdCreates a faceted plot showing how categorical variables affect topic proportions.
Usage
plot_topic_effects_categorical(
effects_data,
ncol = 2,
height = 800,
width = 1000,
title = "Category Effects"
)