xyz2ll {GEOmap} | R Documentation |
Cartesian to Lat-Lon
Description
Cartesian to Lat-Lon
Usage
xyz2ll(x)
Arguments
x |
3-vector |
Details
Returns Latitude not Co-latitude
Value
2-vector of lat-lon
Note
Does only one point at a time
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
Lxyz2ll
Examples
xyz2ll(c(1,1,1) )
[Package GEOmap version 2.5-11 Index]