euler.rot {fossil} | R Documentation |
Calculate the Euler Rotation of a Point
Description
Calculate the rotation of a point on the Earth for a given Euler pole. The rotation assumes a shperical earth.
Usage
euler.rot(lat1, long1, rotdeg, lat2, long2)
Arguments
lat1 |
Euler-pole latitude |
long1 |
Euler-pole longitude |
rotdeg |
Rotation about Euler-pole |
lat2 |
Latitude of point to be converted |
long2 |
longitude of point to be converted |
Details
Locations of the Euler pole and the point to be rotated must be given in decimal degrees.
Value
Rotated latitude and longitude of the provided point in decimal degrees.
Author(s)
Matthew Vavrek
References
~put references to the literature/web site here ~
[Package fossil version 0.4.0 Index]