exploded_hmap | 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 |
Shubhra Prakash <shubhra.prakash@mu-sigma.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.