R/rotation.R
abs_vel.Rd
Calculates the absolute angular velocity of plate motion
abs_vel(w, alpha, r = earth_radius())
Angular velocity or rate or angle of rotation
Angular distance to Euler pole or small circle around Euler pole
Radius. Default is WGS84 Earth's radius (6371.009 km)
numeric (unit of velocity: km/Myr)
earth_radius()
abs_vel(0.21, 0) #> [1] 0 abs_vel(0.21, 45) #> [1] 16.51163 abs_vel(0.21, 90) #> [1] 23.35097