Count the number of voronoï polygons used to create voting areas (contours)
Usage
count_voro(contours, voronoi, marg = 1e-04)
Arguments
- contours
multipolygons (union of voronoï polygons)
- voronoi
polygons (or multipolygon sometimes)
- marg
technical parameter
Value
number of voronoi polygons per contour (using intersections)
Examples
if (FALSE) { # \dontrun{
# contours <- lcontours$`29199` %>% st_cast_bis
# voronoi <- lvoronoi$`29199` %>% st_cast_bis
# marg <- 0.0001
# count_voro(contours,voronoi)
} # }