geozoo (version 0.5.1)

conic.spiral.nautilus: Conic Spiral (Nautilus Shape)

Description

A function to produce a Conic Spiral in a nautilus shape

Usage

conic.spiral.nautilus(n = 10000, a = 0.2, b = 0.1, c = 0, 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)

References

http://schloerke.github.io/geozoo/mobius/other/

Examples

Run this code
## Generates a Nautilus Conic Spiral
conic.spiral.nautilus( n = 1000 )

Run the code above in your browser using DataLab