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.


tmcd82070/SDraw documentation built on Aug. 23, 2020, 1:51 a.m.