relative_rotation | R Documentation |
Calculates the relative rotation between two rotations, i.e. the difference from rotation 1 to rotation 2.
relative_rotation(r1, r2)
r1 , r2 |
Objects of class |
list
. Euler axes
(geographical coordinates) and Euler angles (in degrees)
Schaeben, H., Kroner, U. and Stephan, T. (2021). Euler Poles of Tectonic Plates. In B. S. Daza Sagar, Q. Cheng, J. McKinley and F. Agterberg (Eds.), Encyclopedia of Mathematical Geosciences. Encyclopedia of Earth Sciences Series (pp. 1–7). Springer Nature Switzerland AG 2021. doi: 10.1007/978-3-030-26050-7_435-1.
euler_pole()
for class "euler.pole"
a <- euler_pole(90, 0, angle = 45)
b <- euler_pole(0, 0, 1, geo = FALSE, angle = -15)
relative_rotation(a, b)
relative_rotation(b, a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.