polar2cart | R Documentation |
convert polar coordinates to Cartesian coordinates
polar2cart(r, t, xm, ym)
r |
the distance to origin point in polar |
t |
the angle in polar |
xm |
the x coordinate of origin point in polar |
ym |
the y coordinate of origin point in polar |
a list containing x and y in Cartesian coordinate system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.