Rdocumentation
powered by
Learn R Programming
flowcatchR (version 1.6.2)
toPolarCoords: Converts cartesian coordinates to polar coordinates
Description
Conversion from (x,y) to (radius,theta)
Usage
toPolarCoords(x, y)
Arguments
x
x coordinate
y
y coordinate
Value
A list containing Theta and Radius, as in polar coordinates