conic.spiral {geozoo} | R Documentation |
A function to produce a conic spiral
conic.spiral(n = 10000, a = 0.2, b = 1, c = 0.1, w = 2)
n |
the number of points used to generate the object. |
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://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/
## Generates a Conic Spiral conic.spiral( n = 10000 ) ## Through rggobi ggobi(conic.spiral(n = 10000))