- hvt.results
List. A list of hvt.results obtained from the HVT
function.
- dataset
Data frame. The input data set.
- 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.
- color.vec
Vector. A color vector such that length(color.vec) =
(child.level - 1). (default = NULL)
- line.width
Vector. A line width vector such that length(line.width) =
(child.level - 1). (default = NULL)
- centroid.size
Numeric. Indicating the centroid size of the first
level. (default = 3)
- pch
Numeric. Indicating the centroid's symbol type.
(default = 21)
- palette.color
Numeric. Indicating the heat map color palette. 1 -
rainbow, 2 - heat.colors, 3 - terrain.colors, 4 - topo.colors, 5 -
cm.colors, 6 - seas color. (default = 6)
- previous_level_heatmap
Logical. If TRUE, the heatmap of previous level will be overlayed on the heatmap of selected level. If #' FALSE, the heatmap of only selected level will be plotted
- show.points
Logical. Indicating if the centroids should
be plotted on the tessellations. (default = FALSE)
- asp
Numeric. Indicating the aspect ratio type. For flexible aspect
ratio set, asp = NA. (default = 1)
- ask
Logical. If TRUE (and the R session is interactive) the user is
asked for input, before a new figure is drawn. (default = TRUE)
- tess.label
Vector. A vector for labelling the tessellations. (default
= NULL)
- quant.error.hmap
Numeric. A number indicating the quantization error
threshold.
- n_cells.hmap
Numeric. An integer indicating the number of cells/clusters per
hierarchy (level)
- label.size
Numeric. The size by which the tessellation labels should
be scaled. (default = 0.5)
- ...
The ellipsis is passed to it as additional argument. (Used internally)