euler_pole | R Documentation |
Creates an object of the orientation of the Euler pole axis
euler_pole(x, y, z = NA, geo = TRUE, angle = NA)
x |
latitude or x coordinate of Euler pole axis |
y |
longitude or y |
z |
z coordinate |
geo |
logical, |
angle |
(optional) Angle of rotation in degrees (CCW rotation if angle is positive) |
An object of class "euler.pole"
containing the Euler pole
axis in both geographical and Cartesian coordinates and the angle of rotation
in radians.
euler_pole(90, 0, angle = 45)
euler_pole(0, 0, 1, geo = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.