Variable Decomposition Bar Chart
decomp_chart(
model = NULL,
decomp_list = NULL,
pool = NULL,
colors = color_palette(),
variable_decomp = FALSE,
verbose = FALSE
)
a plotly
bar chart of the model's decomposition
Model object
list object generated by the decomping
function.
string specifying a group within the pool column to be filtered
character vector of colors in hexadecimal notation
boolean specifying whether the chart should be based on the variable_decomp or the category_decomp from the decomping
function.
A boolean to specify whether to print warnings
Plot the variable, or category, decomposition as stacked bars over the id variable which can be supplied to the decomping
function.