equivalent_rotation {tectonicr} | R Documentation |
Equivalent rotation
Description
Transforms a sequence of rotations into a new reference system
Usage
equivalent_rotation(x, fixed, rot)
Arguments
x |
Object of class
|
fixed |
plate that will be regarded as fixed. Has to be one out of
|
rot |
(optional) plate that will be regarded as rotating. Has to be one out of
|
Value
sequence of plate rotations in new reference system. Same object
class as x
See Also
Examples
data(nuvel1) # load the NUVEL1 rotation parameters
# all nuvel1 rotation equivalent to fixed Africa:
equivalent_rotation(nuvel1, fixed = "af")
# relative plate motion between Eurasia and India:
equivalent_rotation(nuvel1, "eu", "in")
[Package tectonicr version 0.3.2 Index]