Learn R Programming

tectonicr (version 0.4.6)

PoR_crs: PoR coordinate reference system

Description

Create the reference system transformed in Euler pole coordinate

Usage

PoR_crs(x)

Value

Object of class crs

Arguments

x

"data.frame" or "euler.pole" object containing the geographical coordinates of the Euler pole

Details

The PoR coordinate reference system is oblique transformation of the geographical coordinate system with the Euler pole coordinates being the the translation factors.

See Also

Examples

Run this code
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
PoR_crs(por)

Run the code above in your browser using DataLab