An internal only function.
getHaltonFrame(shapefile, J, i, bases, seeds, crs)A list containing the following variables: hf_, sample, pts.shp, bb.new, seeds
A MULTIPOINT or POINT object that we want to generate a halton frame for.
The number of grid cells. A list of 2 values.
An integer to add to the J parameter elements to expand the Halton Frame in both directions if the required number of sample points cannot be found in the region of interest in the current Halton frame.
Co-prime base for the Halton Sequence.
A list of 2 seeds, u1 and u2.
Coordinate reference system for the shapefile.
This function was written by Phil Davies.