
Last chance! 50% off unlimited learning
Sale ends in
Creates an object of the orientation of the Euler pole axis
euler_pole(x, y, z = NA, geo = TRUE, angle = NA)
An object of class "euler.pole"
containing the Euler pole
axis in both geographical and Cartesian coordinates and the angle of rotation
in radians.
latitude or x coordinate of Euler pole axis
longitude or y
z coordinate
logical, TRUE
(the default) if Euler pole axis is given in
geographical coordinates (latitude, longitude). FALSE
if given in
Cartesian coordinates (x
, y
, z
)
(optional) Angle of rotation in degrees (CCW rotation if angle is positive)
euler_pole(90, 0, angle = 45)
euler_pole(0, 0, 1, geo = FALSE)
Run the code above in your browser using DataLab