Description Usage Arguments Value Author(s) Examples
Add a Description
1 | polar_coords(x, y, r = 1, n = 1000)
|
x |
coordinate on the x-axis of center of the circle |
y |
coordinate on the y-axis of center of the circle |
r |
radius of the circle |
n |
number of vertices of the circle |
A two-columns data frame with polar coordinates of the circle.
Nicolas Casajus, nicolas.casajus@gmail.com
1 2 3 4 | ## Not run:
polar_coords(0, 0, 1, 500)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.