View source: R/ETDQualitizer.R
vector_to_Fick | R Documentation |
Converts a 3D vector to azimuth and elevation angles (in degrees).
vector_to_Fick(x, y, z)
x |
X component of the vector. |
y |
Y component of the vector. |
z |
Z component of the vector. |
A list with components azi
and ele
.
vector_to_Fick(0.5, 0.2, 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.