I have some large polygons that I want to subdivide into smaller Voronoi polygons. I am using the very helpful function that someone provided here... Dividing Polygon into parts which have equal area using R
The Voronoi are all roughly the same size though and I want to make them of various sizes but based around a mean and standard deviation that I can provide and alter. Is there a simple way to do this? I'm guessing instead of using kmeans to provide centre points for the Voronoi, use random points
