geozoo (version 0.5.1)

cross.polytope: Cross Polytope

Description

A function generate a cross polytope, cube dual, with vertices and a wire frame.

Usage

cross.polytope(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 3-D Cross Polytope
cross.polytope(p = 3)

Run the code above in your browser using DataCamp Workspace