PoR_coordinates | R Documentation |
Retrieve the PoR equivalent coordinates of an object
PoR_coordinates(x, PoR)
x |
|
PoR |
Pole of Rotation. |
data.frame
with the PoR coordinates
(lat.PoR
, lon.PoR
)
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
data("san_andreas")
san_andreas.por_sf <- PoR_coordinates(san_andreas, por)
head(san_andreas.por_sf)
san_andreas.por_df <- PoR_coordinates(sf::st_drop_geometry(san_andreas), por)
head(san_andreas.por_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.