Description Usage Arguments Details Value Author(s) See Also Examples
This function converts a spherical coordinate to a Euclidean coordinate.
1 | Trans.Euclid(vec)
|
vec |
two-dimensional spherical coordinate. |
This function converts a two-dimensional spherical coordinate to a three-dimensional Euclidean coordinate. Longitude should be range from -180 to 180 and latitude from -90 to 90.
three-dimensional vector.
Jongmin Lee
1 2 3 4 5 | Trans.Euclid(c(0, 0))
Trans.Euclid(c(0, 90))
Trans.Euclid(c(90, 0))
Trans.Euclid(c(180, 0))
Trans.Euclid(c(-90, 0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.