Learn R Programming

RFOC (version 2.0-00)

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:
  • strkstrike angle
  • dipdip angle

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