exploded_hmap {HVT} | R Documentation |
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,
...
)
hvt.results |
List. A list of hvt.results obtained from the HVT function. |
child.level |
Numeric. Indicating the level for which the heat map is to be plotted. |
hmap.cols |
Numeric or Character. The column number of column name from the dataset indicating the variables for which the heat map is to be plotted. |
n_cells.hmap |
Numeric. An integer indicating the number of clusters per hierarchy (level) |
sepration_width |
Numeric. An integer indicating the width between two Levels |
layer_opacity |
Numeric. A vector indicating the opacity of each layer/ level |
dim_size |
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 |
Plot object containing Hierarchical Voronoi Tessellation 3D Surface plot with Heatmap Overlay
Shubhra Prakash <shubhra.prakash@mu-sigma.com>