resamvo A naive package to resample data from Voronoi binning method. The basic idea is shown below: For the original data, create Voronoi bins with boundary following this link; For each Voronoi cell, use Convex Hull define them; Do other things: Test whether other data is in the Voronoi cell; Calculate the volume of the Voronoi cell; ...