set_TS_summary_plot_cols {LDATS} | R Documentation |
Create the list of colors for the TS summary plot
Description
A default list generator function that produces the options
for the colors controlling the panels of the TS summary plots, so needed
because the panels should be in different color schemes. See
set_gamma_colors
and set_rho_hist_colors
for
specific details on usage.
Usage
set_TS_summary_plot_cols(
rho_cols = NULL,
rho_option = "D",
rho_alpha = 0.4,
gamma_cols = NULL,
gamma_option = "C",
gamma_alpha = 0.8
)
Arguments
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
|
Value
list
of elements used to define the colors for the two
panels. Contains two elements rho
and gamma
, each
corresponding to the related panel, and each containing default values
for entries named cols
, option
, and alpha
.
Examples
set_TS_summary_plot_cols()