- hvt.results
(1D/2DProj/2Dhvt/2Dheatmap/surface_plot) List. A list containing the output of trainHVT
function
which has the details of the tessellations to be plotted.
- line.width
(2Dhvt/2Dheatmap) Numeric Vector. A vector indicating the line widths of the
tessellation boundaries for each level.
- color.vec
(2Dhvt/2Dheatmap) Vector. A vector indicating the colors of the boundaries of
the tessellations at each level.
- centroid.size
(2Dhvt/2Dheatmap) Numeric Vector. A vector indicating the size of centroids
for each level.
- centroid.color
(2Dhvt/2Dheatmap) Numeric Vector. A vector indicating the color of centroids
for each level.
- child.level
(2Dheatmap/surface_plot) Numeric. Indicating the level for which the plot should
be displayed
- hmap.cols
(2Dheatmap/surface_plot) Numeric or Character. The column number or column name from
the dataset indicating the variables for which the heat map is to be plotted.
- separation_width
(surface_plot) Numeric. An integer indicating the width between hierarchical levels in surface plot
- layer_opacity
(surface_plot) Numeric. A vector indicating the opacity of each hierarchical levels in surface plot
- dim_size
(surface_plot) Numeric. An integer controls the resolution or granularity of the 3D surface grid
- plot.type
Character. An option to indicate which type of plot should be generated. Accepted entries are
'1D','2Dproj','2Dhvt','2Dheatmap'and 'surface_plot'. Default value is '2Dhvt'.
- quant.error.hmap
(2Dheatmap) Numeric. A number representing the quantization error threshold to be highlighted in the heatmap.
When a value is provided, it will emphasize cells with quantization errors equal or less than the specified threshold,
indicating that these cells cannot be further subdivided in the next depth layer. The default value is NULL,
meaning all cells will be colored in the heatmap across various depths.
- cell_id
(2Dhvt/2Dheatmap) Logical. A logical indicating whether the cell IDs should be displayed
- cell_id_position
(2Dhvt/2Dheatmap) Character. A character indicating the position of the cell IDs. Accepted entries are 'top' ,
'bottom', 'left' and 'right'.
- cell_id_size
(2Dhvt/2Dheatmap) Numeric. A numeric vector indicating the size of the cell IDs for all levels.