Learn R Programming

RFOC (version 3.4-10)

RotTP: Rotate T-P axes

Description

Rotate T-P axes

Usage

RotTP(rotmat, strk1, dip1)

Value

list:

strk

strike angle

dip

dip angle

Arguments

rotmat

rotation matrix, 3 by 3

strk1

strike angle

dip1

dip angle

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

These are used as functions auxiallry to rotateFoc.

See Also

Rotfocphi, TP2XYZ

Examples

Run this code

phi = 18

MAT = JMAT(phi)

RotTP(MAT, 30, 40)

Run the code above in your browser using DataLab