Function to construct an interactive 3D heatmap overlay for each HVT Level
exploded_hmap(
hvt.results,
child.level = NULL,
hmap.cols = NULL,
n_cells.hmap = NULL,
sepration_width = 7,
layer_opacity = c(0.5, 0.75, 0.99),
dim_size = 1000,
...
)
List. A list of hvt.results obtained from the HVT function.
Numeric. Indicating the level for which the heat map is to be plotted.
Numeric or Character. The column number of column name from the dataset indicating the variables for which the heat map is to be plotted.
Numeric. An integer indicating the number of clusters per hierarchy (level)
Numeric. An integer indicating the width between two Levels
Numeric. A vector indicating the opacity of each layer/ level
Numeric. An integer indicating the dimension size used to create the matrix for the plot
color.vec and line.width can be passed from here
Shubhra Prakash <shubhra.prakash@mu-sigma.com>