Euclidean transformation | R Documentation |
It transforms the data from the spherical coordinates to Euclidean coordinates.
euclid(u)
u |
A two column matrix or even one single vector, where the first column (or element) is the latitude and the second is the longitude. The order is important. |
It takes the matrix of unit vectors of latitude and longitude and transforms it to unit vectors.
A three column matrix:
U |
The Euclidean coordinates of the latitude and longitude. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>.
euclid.inv, Arotation, lambert
x <- rvmf(10, rnorm(3), 10)
u <- euclid.inv(x)
euclid(u)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.