coor2deg {RGeostats} | R Documentation |
Convert from cartesian coordinates to longitude-latitude
coor2deg(x, y, z)
x |
Array of cartesian coordinates along X. This array must have the same dimension as 'y' and 'z'. |
y |
Array of cartesian coordinates along Y. This array must have the same dimension as 'x' and 'z'. |
z |
Array of cartesian coordinates along Z. This array must have the same dimension as 'x' and 'y'. |
A list containing two vectors corresponding to the longitude and latitude coordinates