Constructs a ComplexHeatmap object displaying feature-feature correlations with optional variable importance barplots and split-variable highlighting.
col_ht(
fit,
sorted_dat,
var_imp,
layout,
include_var_imp = TRUE,
col_var_imp = "orange",
var_bar_width = 0.8,
var_fontsize = 5,
split_var_bg = "darkgreen",
split_var_fontsize = 5,
palette = "RdBu",
n_colors = 11,
show_col_prox = TRUE
)A Heatmap object from ComplexHeatmap.
A fitted partykit tree object used to extract split variables.
List from sorted_mat()
Named numeric vector of variable importance scores.
List with layout dimensions
Logical; include importance barplot if TRUE (default TRUE).
Color for importance bars (default "orange").
Numeric width of bars (default 0.8).
Font size for importance text (default 5).
Background color for split variable names (default "darkgreen").
Font size for split variable names (default 5).
RColorBrewer palette for correlation heatmap (default "RdBu").
Number of colors in correlation scale (default 11).
Logical, whether to show column proximity.