Description Usage Arguments Value Author(s) References Examples
A function to produce a conic spiral
1 | conic.spiral(n = 10000, a = 0.2, b = 1, c = 0.1, w = 2)
|
n |
number of points |
a |
final radius of cone |
b |
height of object |
c |
inner radius |
w |
number of spirals |
points |
location of points |
edges |
edges of the object (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/mobius/other/
1 2 | ## Generates a Conic Spiral
conic.spiral(n = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.