R/LDA_TS_plots.R
set_LDA_TS_plot_cols.RdA default list generator function that produces the options
for the colors controlling the panels of the LDATS summary plots, needed
because the change point histogram panel should be in a different color
scheme than the LDA and fitted time series model panels, which should be
in a matching color scheme. See set_LDA_plot_colors,
set_TS_summary_plot_cols, set_gamma_colors,
and set_rho_hist_colors for specific details on usage.
set_LDA_TS_plot_cols(rho_cols = NULL, rho_option = "D", rho_alpha = 0.4, gamma_cols = NULL, gamma_option = "C", gamma_alpha = 0.8)
| rho_cols | Colors to be used to plot the histograms of change points.
Any valid color values (e.g., see |
|---|---|
| rho_option | A |
| rho_alpha | Numeric value [0,1] that indicates the transparency of the
colors used. Supported only on some devices, see
|
| gamma_cols | Colors to be used to plot the LDA topic proportions,
time series of observed topic proportions, and time series of fitted
topic proportions. Any valid color values (e.g., see
|
| gamma_option | A |
| gamma_alpha | Numeric value [0,1] that indicates the transparency of
the colors used. Supported only on some devices, see
|
list of elements used to define the colors for the two
panels of the summary plot, as generated simply using
set_LDA_TS_plot_cols. cols has two elements:
LDA and TS, each corresponding the set of plots for
its stage in the full model. LDA contains entries cols
and options (see set_LDA_plot_colors). TS
contains two entries, rho and gamma, each corresponding
to the related panel, and each containing default values for entries
named cols, option, and alpha (see
set_TS_summary_plot_cols, set_gamma_colors,
and set_rho_hist_colors).
set_LDA_TS_plot_cols()