conic.spiral {geozoo} | R Documentation |
Conic Spiral
Description
A function to produce a conic spiral
Usage
conic.spiral(n = 10000, a = 0.2, b = 1, c = 0.1, w = 2)
Arguments
n |
number of points |
a |
final radius of cone |
b |
height of object |
c |
inner radius |
w |
number of spirals |
Value
points |
location of points |
edges |
edges of the object (null) |
Author(s)
Barret Schloerke
References
http://schloerke.github.io/geozoo/mobius/other/
Examples
## Generates a Conic Spiral
conic.spiral(n = 1000)
[Package geozoo version 0.5.1 Index]