Learn R Programming

RFOC (version 3.4-6)

RotTP: Rotate T-P axes

Description

Rotate T-P axes

Usage

RotTP(rotmat, strk1, dip1)

Arguments

rotmat

rotation matrix, 3 by 3

strk1

strike angle

dip1

dip angle

Value

list:

strk

strike angle

dip

dip angle

Details

These are used as functions auxiallry to rotateFoc.

See Also

Rotfocphi, TP2XYZ

Examples

Run this code
# NOT RUN {
phi = 18

MAT = JMAT(phi)

RotTP(MAT, 30, 40)

# }

Run the code above in your browser using DataLab