Learn R Programming

SDraw (version 2.1.13)

hip.plot.lattice: Plot a Halton Lattice over a polygon resource

Description

Plots a halton lattice over a polygon resource. Primarily for demonstration of HIP sampling theory.

Usage

hip.plot.lattice(resource, bases = c(2, 3), J = c(8, 5), sample = NULL)

Arguments

resource

SpatialPolygons object. The resource the halton lattice will be plotted over.

bases

The bases of the halton lattice. Should be equal to those used to draw the sample.

J

The orders of the halton lattice. Should be equal to those used to draw the sample.

sample

The HIP sample to be plotted with the lattice.