Plotting function to construct hierarchical voronoi tessellations and highlight the cells using the compressed HVT map.
Plot the identified outlier cell(s) in the voronoi tessellations map.
Plotting function to construct hierarchical voronoi tessellations and highlight the cells using the compressed HVT map.
plotCells(
plot.cells,
hvt.map,
line.width = c(0.6),
color.vec = c("#141B41"),
pch1 = 21,
centroid.size = 0.5,
title = NULL,
maxDepth = 1
)
Vector. A vector indicating the cells to be highlighted in the map
List. A list containing the output of HVT
function
which has the details of the tessellations to be plotted.
Numeric Vector. A vector indicating the line widths of the tessellation boundaries for each level.
Vector. A vector indicating the colors of the boundaries of the tessellations at each level.
Numeric. Symbol type of the centroids of the tessellations
(parent levels). Refer points
. (default = 21)
Numeric. Size of centroids of first level tessellations. (default = 3)
String. Set a title for the plot. (default = NULL)
Numeric. An integer indicating the number of levels. (default = NULL)
Shantanu Vaidya <shantanu.vaidya@mu-sigma.com>
HVT
hvtHmap