toPolarCoords {flowcatchR}R Documentation

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

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014


[Package flowcatchR version 1.26.0 Index]