geom3xyz2pol: transforms cartesian coordinates in polar coordinates

Description Usage Arguments Value Examples

View source: R/f0.rbsb1.code.r

Description

Transforms, into R to three, cartesian coordinates in polar coordinates

Usage

1

Arguments

coo

the x,y,z coordinates.

Value

A numerical vector with (rho, theta, phi)

Examples

1
 geom3xyz2pol(c(1/sqrt(2), 1/sqrt(2), 0));

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to geom3xyz2pol in rbsb...