Description Usage Arguments Details Value Author(s) Examples
cart2Polar calculates polar coordinates from cartesian coordinates
1 | cart2Polar(x, y)
|
x |
cartesian x coordinate |
y |
cartesian y coordinate |
cart2Polar
is employed to translate cartesian coordinates
into polar coordinates especially in interactive shiny applications when
using hovering and clicking features.
cart2Polar
returns a list of colar coordinates r and theta
Thomas Naake, thomasnaake@googlemail.com
1 2 | x <- 1; y <- 1
cart2Polar(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.