Plots a halton lattice over a polygon resource. Primarily for demonstration of HIP sampling theory.
hip.plot.lattice(resource, bases = c(2, 3), J = c(8, 5), sample = NULL)
SpatialPolygons
object. The resource the halton lattice will be plotted over.
The bases of the halton lattice. Should be equal to those used to draw the sample.
The orders of the halton lattice. Should be equal to those used to draw the sample.
The HIP sample to be plotted with the lattice.