PoR_crs function

PoR coordinate reference system

PoR coordinate reference system

Create the reference system transformed in Euler pole coordinate

PoR_crs(x)

Arguments

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

Returns

Object of class crs

Details

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

Examples

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

See Also

sf::st_crs()

  • Maintainer: Tobias Stephan
  • License: GPL (>= 3)
  • Last published: 2025-03-01