View source: R/plottingFunctions.R
cart2Polar | R Documentation |
cart2Polar
calculates polar coordinates from cartesian coordinates.
cart2Polar(x, y)
x |
|
y |
|
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
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.