por_transformation_sf | R Documentation |
Transform spatial objects from PoR to geographical coordinate reference system and vice versa.
PoR_to_geographical_sf(x, PoR)
geographical_to_PoR_sf(x, PoR)
x |
|
PoR |
Pole of Rotation. |
The PoR coordinate reference system is oblique transformation of the geographical coordinate system with the Euler pole coordinates being the translation factors.
sf
or SpatRast
object of the data points in the
transformed geographical or PoR coordinate system
data("nuvel1")
PoR <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
data("san_andreas")
san_andreas.por <- geographical_to_PoR_sf(san_andreas, PoR)
PoR_to_geographical_sf(san_andreas.por, PoR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.