Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

euclid.inv

Inverse of the Euclidean transformation


Description

It transforms the data from the Euclidan coordinates to latitude dn longitude.

Usage

euclid.inv(U)

Arguments

U

A matrix of unit vectors, or even one single unit vector in three dimensions.

Details

It takes the matrix of unit vectors and back transforms it to latitude and longitude.

Value

A two column matrix:

u

The first column is the latitude and the second is the longitude, both expressed in degrees.

Author(s)

Michail Tsagris

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>

See Also

Examples

x <- rvmf(10, rnorm(3), 10)
euclid.inv(x)
euclid( euclid.inv(x) )
x

Directional

A Collection of R Functions for Directional Data Analysis

v4.9
GPL-2
Authors
Michail Tsagris, Giorgos Athineou, Anamul Sajib, Eli Amson, Micah J. Waldstein
Initial release
2021-03-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.