Convert polar coordinates to catersian coordinates

polar_to_cartesian(theta, r)

Arguments

theta

Angles, in radians.

r

Radius.

Value

A data frame with two columns: x abd y.

Examples

# There is no example
NULL
#> NULL