hipPartition {spbal} | R Documentation |
Partition the resource into boxes with the same nested structure as Halton boxes. The spbal parameter iterations defines the number of boxes used in the HIP partition and should be larger than the sample size but less than the population size.
hipPartition(pts, its)
pts |
The population of points. |
its |
The number of partitioning iterations. |
A list containing the following variables:
ptsIndex
The population index.
HaltonIndex
Updated Halton indices for all points in pts.
Phil Davies, Blair Robertson.