por_transformation_df | R Documentation |
Transformation from spherical PoR to geographical coordinate system and vice versa
geographical_to_PoR(x, PoR)
PoR_to_geographical(x, PoR)
x |
|
PoR |
Pole of Rotation. |
"data.frame"
with the transformed coordinates
(lat.PoR
and lon.PoR
for PoR CRS,
or lat
and lon
for geographical CRS).
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
data("san_andreas")
san_andreas.por <- geographical_to_PoR(san_andreas, por)
head(san_andreas.por)
head(PoR_to_geographical(san_andreas.por, por))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.