geozoo (version 0.5.1)

cube.iterate: Cube

Description

A function generate a cube with vertices and a wire frame

Usage

cube.iterate(p = 3)

Arguments

p
dimension of object

Value

points
location of points
edges
edges of the object

References

http://schloerke.github.io/geozoo/cube/

Examples

Run this code
## Generates a cube
cube.iterate(p = 3)

Run the code above in your browser using DataCamp Workspace