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

Description Usage Arguments

View source: R/hip.plot.lattice.r

Description

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

Usage

1
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.


SDraw documentation built on July 8, 2020, 6:23 p.m.