Description Usage Arguments Examples
convert coordenate polar to cartesian
1 | polar2cart(rho, theta, center = c(0, 0), rad = TRUE)
|
rho |
distance |
theta |
angle |
center |
center |
rad |
radian is true |
1 2 3 4 5 6 | ## Not run:
r = 13
t = 22.6
polar2cart(r, t)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.