cube.dotline {geozoo}R Documentation

Cube with points along the wire frame

Description

A functions to generate a cube with points along its wire frame.

Usage

cube.dotline(p = 3)

Arguments

p dimension of object

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 cube with points along its wire frame
cube.dotline(p = 3)

## Through rggobi
ggobi(cube.dotline(p = 3))

[Package geozoo version 0.4 Index]