Description Usage Arguments Examples
convert coordenate cartesian to polar
1 | cart2polar(x, y, rad = TRUE)
|
x |
vector cartesian |
y |
vector cartesian |
rad |
radian out is true |
1 2 3 4 5 6 | ## Not run:
x = 12
y = 5
cart2polar(x, y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.