# NOT RUN {
## If "pt1" is north pole (= (0, 90)), then \code{Rotate} returns Euclidean coordinate of "pt2".
Rotate(c(0, 90), c(10, 10)) # It returns Euclidean coornate of spatial location (10, 10).
# \code{Trans.Euclid} converts spatial coordinate (10, 10) to Euclidean coordinate.
Trans.Euclid(c(10, 10))
# }
Run the code above in your browser using DataLab