Description Usage Arguments Author(s) Examples
Get coordination of spiral curve
1 | arch_spiral(theta, a = 0.2, b = 0.1, clockwise = FALSE)
|
theta |
a numeric vector of radius. |
a, b |
scalar numeric value that control the shape of the spiral curve. |
clockwise |
logical, direction of rotation of the spiral curve. |
Houyun Huang
1 2 | arch_spiral(seq(0, 2 * pi, length.out = 200))
arch_spiral(seq(0, 2 * pi, length.out = 200), clockwise = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.