Learn R Programming

RFOC (version 3.4-10)

printMEC: Print focal mechanism

Description

Print focal mechanism

Usage

printMEC(x, digits = max(3, getOption("digits") - 3), ...)

Value

Side Effects

Arguments

x

Mechanism list

digits

digits for numeric information

...

standard printing parameters

Author

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

Examples

Run this code
 mc = CONVERTSDR(65, 32, -34 )

printMEC(mc)

Run the code above in your browser using DataLab