cube.solid.grid {geozoo}R Documentation

Equidistant Solid Cube

Description

A function to generate a solid cube with equidistant points.

Usage

cube.solid.grid(p = 3, n = 8)

Arguments

p dimension of object
n length of number of points in each dimension

Value

points location of points
edges edges of the object

Author(s)

Barret Schloerke

References

http://streaming.stat.iastate.edu/~dicook/geometric-data/cube/

Examples

## Generates a solid cube with equidistant points
cube.solid.grid(p = 3, n = 8)

## Through rggobi
ggobi(cube.solid.grid(p = 3, n = 8))

[Package geozoo version 0.4 Index]