Learn R Programming

nvctr (version 0.1.4)

lat_lon2n_E: Convert (geodetic) latitude and longitude to n-vector

Description

Convert (geodetic) latitude and longitude to n-vector

Usage

lat_lon2n_E(latitude, longitude)

Arguments

latitude

Geodetic latitude (rad)

longitude

Geodetic longitude (rad)

Value

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

References

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

See Also

n_E2lat_lon.

Examples

Run this code
# NOT RUN {
lat_lon2n_E(rad(1), rad(2))

# }

Run the code above in your browser using DataLab