exploded_hmap: Function to construct an interactive 3D heatmap overlay for...

exploded_hmapR Documentation

Function to construct an interactive 3D heatmap overlay for each HVT Level

Description

Function to construct an interactive 3D heatmap overlay for each HVT Level

Usage

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,
  ...
)

Arguments

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

Author(s)

Shubhra Prakash <shubhra.prakash@mu-sigma.com>


muHVT documentation built on March 7, 2023, 6:38 p.m.