View source: R/ETDQualitizer.R
Fick_to_vector | R Documentation |
Converts azimuth and elevation angles (in degrees) to a 3D unit vector.
Fick_to_vector(azi, ele, rho = 1)
azi |
Azimuth angle in degrees. |
ele |
Elevation angle in degrees. |
rho |
Radius (default is 1.0). |
A list with components x
, y
, and z
.
Fick_to_vector(30, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.