Learn R Programming

RFOC (version 3.4-6)

tocartL: Convert to cartesian coordinate

Description

Convert azimuth-dip to cartesian coordinates with list as argument

Usage

tocartL(A)

Arguments

A

az

degrees, azimuth

dip

degrees, dip

Value

List

x

x-coordinate

y

y-coordinate

z

z-coordinate

See Also

TOCART.DIP, RSEIS::TOCART, tosphereL, to.spherical

Examples

Run this code
# NOT RUN {
A = list(az=23, dip=84)
tocartL(A)
  
# }

Run the code above in your browser using DataLab