por_transformation_df {tectonicr} | R Documentation |
Conversion between spherical PoR to geographical coordinate system of data.frames
Description
Transformation from spherical PoR to geographical coordinate system and vice versa
Usage
geographical_to_PoR_df(x, PoR)
PoR_to_geographical_df(x, PoR)
Arguments
x |
|
PoR |
Pole of Rotation. |
Value
"data.frame"
with the transformed coordinates
(lat.PoR
and lon.PoR
for PoR CRS,
or lat
and lon
for geographical CRS).
[Package tectonicr version 0.4.7 Index]