n_E2lat_lon: Convert n-vector to latitude and longitude

Description Usage Arguments Value References See Also Examples

View source: R/n_E2lat_lon.R

Description

Convert n-vector to latitude and longitude

Usage

1

Arguments

n_E

n-vector decomposed in E (3x1 vector) (no unit)

Value

A vector of geodetic latitude and longitude (rad)

References

Kenneth Gade A Nonsingular Horizontal Position Representation. The Journal of Navigation, Volume 63, Issue 03, pp 395-417, July 2010.

See Also

lat_lon2n_E.

Examples

1
n_E2lat_lon(c(1, 0, 0))

nvctr documentation built on Oct. 28, 2020, 5:07 p.m.