PoR_crs {tectonicr} | R Documentation |
PoR coordinate reference system
Description
Create the reference system transformed in Euler pole coordinate
Usage
PoR_crs(x)
Arguments
x |
|
Details
The PoR coordinate reference system is oblique transformation of the geographical coordinate system with the Euler pole coordinates being the the translation factors.
Value
Object of class crs
See Also
Examples
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
PoR_crs(por)
[Package tectonicr version 0.3.2 Index]