PoR_crs | R Documentation |
Create the reference system transformed in Euler pole coordinate
PoR_crs(x)
x |
|
The PoR coordinate reference system is oblique transformation of the geographical coordinate system with the Euler pole coordinates being the the translation factors.
Object of class crs
sf::st_crs()
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
PoR_crs(por)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.