polar_to_cartesian_coordinate.numeric | R Documentation |
Polar to Cartesian coordinates.
## S3 method for class 'numeric' polar_to_cartesian_coordinate(distance, theta)
distance |
Distance from origin. |
theta |
Angle (in radians) |
A list containing two vectors 'x' and 'y'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.