Learn R Programming

geozoo (version 0.5.1)

cube.solid.grid: 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

References

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

Examples

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

Run the code above in your browser using DataLab