cube.face {geozoo}R Documentation

Cube with points on the 'face'

Description

A function to generate a cube with points on its face

Usage

cube.face(p = 3)

Arguments

p

dimension of object

Value

points

location of points

edges

edges of the object

Author(s)

Barret Schloerke

References

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

Examples

## Generates a cube with points on its face
cube.face(p = 3)


[Package geozoo version 0.5.1 Index]