getHaltonFrame | R Documentation |
An internal only function.
getHaltonFrame(shapefile, J, i, bases, seeds, crs)
shapefile |
A MULTIPOINT or POINT object that we want to generate a halton frame for. |
J |
The number of grid cells. A list of 2 values. |
i |
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. |
bases |
Co-prime base for the Halton Sequence. |
seeds |
A list of 2 seeds, u1 and u2. |
crs |
Coordinate reference system for the shapefile. |
This function was written by Phil Davies.
A list containing the following variables: hf_, sample, pts.shp, bb.new, seeds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.