Description Usage Arguments Value Examples
Convert polar coordinates to Cartesian.
1 | polar.to.cartesian(r, theta)
|
r |
A vector of radii (distance from origin). |
theta |
input vector of angle from horizontal (radians), same length as r |
A dataframe of two columns named x and y.
1 2 3 4 | ## Not run:
polar.to.cartesian(2, pi / 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.