equivalent_rotation | R Documentation |
Transforms a sequence of rotations into a new reference system
equivalent_rotation(x, fixed, rot)
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
|
sequence of plate rotations in new reference system. Same object
class as x
relative_rotation()
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.