Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
Transforms, into R to three, cartesian coordinates in polar coordinates
1  | geom3xyz2pol(coo)
 | 
coo | 
 the x,y,z coordinates.  | 
A numerical vector with (rho, theta, phi)
1  |  geom3xyz2pol(c(1/sqrt(2), 1/sqrt(2), 0));
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.