pol2cart: Convert polar to cartesian coordinates

Description Usage Arguments Value

Description

Convert polar to cartesian coordinates

Usage

1
pol2cart(r, theta, deg = FALSE, recycle = FALSE)

Arguments

r

Distance

theta

Angle (default radians)

deg

If specified, then theta is in degrees

recycle

If specified, recycles r

Value

Matrix of x,y coordinates


nverno/rstuff documentation built on May 24, 2019, 10:55 a.m.