cart2geo: Cartesian and geopoint conversion

View source: R/coords.R

cart2geoR Documentation

Cartesian and geopoint conversion

Description

Converting Cartesian coordinates into long/lat geo-points.

Usage

cart2geo(x)

Arguments

x

A unit-length 3D vector (x, y, z) in Cartesian system.

Value

A 2D vector (lat, long) representing the geo-point in degree.

See Also

geo2cart, cart2geo.radian

Examples

cart2geo(c(-0.4330127, 0.7500000, 0.5000000))

caesar0301/movr documentation built on June 18, 2022, 2:37 a.m.