Learn R Programming

spiralize (version 1.0.6)

polar_to_cartesian: Convert polar coordinates to catersian coordinates

Description

Convert polar coordinates to catersian coordinates

Usage

polar_to_cartesian(theta, r)

Value

A data frame with two columns: x abd y.

Arguments

theta

Angles, in radians.

r

Radius.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab