coor2deg {RGeostats}R Documentation

Convert from cartesian coordinates to longitude-latitude

Description

Convert from cartesian coordinates to longitude-latitude

Usage

coor2deg(x, y, z)

Arguments

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'.

Value

A list containing two vectors corresponding to the longitude and latitude coordinates


[Package RGeostats version 14.0.10 Index]