polar2cart: Coordenate Polar to Cartesian

Description Usage Arguments Examples

Description

convert coordenate polar to cartesian

Usage

1
polar2cart(rho, theta, center = c(0, 0), rad = TRUE)

Arguments

rho

distance

theta

angle

center

center

rad

radian is true

Examples

1
2
3
4
5
6
## Not run: 
r = 13
t = 22.6
polar2cart(r, t)

## End(Not run)

salah31416/toolbox documentation built on June 3, 2019, 6:59 p.m.