| por_transformation | R Documentation | 
Transformation from spherical PoR to geographical coordinate system and vice versa
geographical_to_PoR(x, PoR)
PoR_to_geographical(x, PoR)
| x | Can be either a  | 
| PoR | Pole of Rotation.  | 
object of same type of x with the transformed coordinates. If x
was a data.frame, transformed coordinates are named 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.